You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some services provide calendar data only in iCalendar format. For example Todoist:
The Todoist calendar feed sets up a one-way sync from Todoist to any calendar app that supports calendar feed subscriptions.
For this it would be great if URLS pointing to iCalendar resources are supported.
You could designate them with the webcal:// scheme (see https://en.wikipedia.org/wiki/Webcal)
Right now you have to script this somehow.
Since ics parsing is already supported by Outlook CalDav Synchronizer this would be a great addition with little effort.
Kind regards
The text was updated successfully, but these errors were encountered:
Some services provide calendar data only in iCalendar format. For example Todoist:
For this it would be great if URLS pointing to iCalendar resources are supported.
You could designate them with the webcal:// scheme (see https://en.wikipedia.org/wiki/Webcal)
Right now you have to script this somehow.
Since ics parsing is already supported by Outlook CalDav Synchronizer this would be a great addition with little effort.
Kind regards
The text was updated successfully, but these errors were encountered: