InteractionDesignFoundation / add-event-to-calendar-docs

đź“… Docs how to generate links to add events to online calendar services
https://interactiondesignfoundation.github.io/add-event-to-calendar-docs/
MIT License
428 stars 57 forks source link

Any way to add to iOS/Android #6

Closed pkiula closed 5 years ago

pkiula commented 5 years ago

Thanks for this lovely info. How can I use one of these to create the ".ics" stuff for adding easily to mobile OS calendar? Many thanks.

alies-dev commented 5 years ago

@pkiula I hope if will help you: What is a webcal protocol?

pkiula commented 5 years ago

Thanks. I couldn’t find anything in that question or the Wikipedia link that they link to about how to compose the webcam URL for all these services. What’s the precise URL composition logic? Thanks.

alies-dev commented 5 years ago

@pkiula I think for your case you should to generate I link to download .ics file with webcal: pseudo-protocol.

But... I'm sorry, this repo is out of scope of .ics files.

AnandChowdhary commented 5 years ago

More context: If you just download an ICS file, all iOS, iPadOS, and Android will take you to the default calendar app and open the file. You should just use an ICAL generator.

You can also use this, which also generates the ICS file: https://github.com/AnandChowdhary/add-to-calendar