Avoid dependency on Google Calendar API
Closed this issue · 1 comments
sergiogragera commented
The script should accept a calendar exported with iCalendar format (it is an RFC 5545, RFC 5546 and RFC 6868 standard) without connect to the Google Calendar API, you will be able to send the scheduled messages.
The script should work with something similar to this:
node index.js --ical calendar.json
Where calendar.json is the static file exported from our calendar (Google Calendar or any standard compliant).
sergiogragera commented
Closed 96442b8