I’ve added back the capability for ics export via GET /discourse-post-event/events.ics
(as of DEV: add ical format response for discourse-post-events index route by tyb-talks · Pull Request #35143 · discourse/discourse · GitHub ) . Do note that this endpoint has a hard limit of 200 events. If your site has more events than that and you want to do a full export, you may iterate through by using the before
and after
query parameters which accept date strings. We’ll be adding the full list of acceptable parameters for this endpoint to the API docs in due course.
5 Likes