zenhack / sandcal

Sandstorm calendar app
Apache License 2.0
4 stars 0 forks source link

ICS export #6

Closed zenhack closed 4 years ago

zenhack commented 4 years ago

We should provide the ability to export a calendar as an .ics file. We already provide import.

This should be pretty easy to add.

ocdtrekkie commented 4 years ago

Ideally, this should also be available at an API endpoint. My mail client lets me subscribe to URLs with ICS output and regularly checks for updates to display.

zenhack commented 4 years ago

Yeah, that should be fairly easy to do.

zenhack commented 4 years ago

Basic version of this is implemented, but I'm going to leave this open until we also provide an offer-iframe/api endpoint. Before we do that though we need to add a read-only permission mode.