I noticed this Discourse 2.5.0.beta3 Release Notes and was tempted to test that out.
Looking at the code, I figured out that the url to be
https://meta.discourse.org/u/fzngagan/bookmarks.ics
This works and I can download the .ics
file.
The problem is when I do
webcal://meta.discourse.org/u/fzngagan/bookmarks.ics
This opens up the google calendar when opening from chrome but the data isn’t synced which is obvious as there’s no authentication in place for this.
How to make this work?
I need to make a similar iCal feed to work in the events plugin.