The easy to way to generate iCalendar feeds.
1. Create an API workflow. 2. Generate the ICS/iCalendar text from the plugin. 3. Return the data from your workflow.
Profit.
$2
Per month
stars • 0 ratings
22 installs
This plugin does not collect or track your personal data.
Make sure the data type with your calendar/event information has at least three fields: a text field for the event summary, a date field for the event start date, and a date field for the event end date.
Create a public API workflow that can run without authentication. If you want to to implement security, use tokens (check the instructions on the website).
Use the plugin to generate iCalendar text using a database search.
Return the data from the plugin using "other content-type" set as "text/calendar; charset=utf-8".