The events plugin allows the user to subscribe to the iCal feed of a category or the whole site(i.e. all the events across the site).
To subscribe to an iCal feed of the site, go to yoursite.com/calendar
Alternatively, to subscribe to an iCal feed of a category, go to
yoursite.com/c/category/l/calendar
Steps
- Look for the subscribe button on the top right. You’ll see a dropdown with a URL.
- You can use the URL in any iCal client.
For members only sites
If your site is members only, you need an API key which you can use to subscribe to your forum’s ical feed.
-
To generate the key move to
my/preferences/webcal-keys
. -
Click on
Generate
. You’ll get aclient id
and anapi key
. Store them somewhere safe so you can refer back to them. -
Use the url generated in step 2 and add the following to the end of that url.
yoururl&user_api_key=yourapikey&client_id=yourclientid
You can now use the url to subscribe to ical/rss feeds of your private site.