ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

Consider reusing code for "Add to Calendar" from github.com/november9/wecansavedemocracy #2

Closed dorono closed 7 years ago

dorono commented 7 years ago

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.