I started on a project that does something similar to the resistance calendar, and one of the features I implemented was the ability to import your list of events/actions into the calendar of your choice (Google, Outlook, Apple, etc).
I am doing so with the help of a service called, "Add Event", which is costing me $7/month. https://www.addevent.com.
The API format I have is pretty specific to my application, but that could be changed easily enough and adapted if need be.
I started on a project that does something similar to the resistance calendar, and one of the features I implemented was the ability to import your list of events/actions into the calendar of your choice (Google, Outlook, Apple, etc).
I am doing so with the help of a service called, "Add Event", which is costing me $7/month. https://www.addevent.com.
The API format I have is pretty specific to my application, but that could be changed easily enough and adapted if need be.
https://github.com/november9/wecansavedemocracy
Most of the code needed to make this happen can be found at https://github.com/november9/wecansavedemocracy/blob/master/src/components/CalendarImport/calendarImport.js.