texas-HACS / hacs-frontend

6 stars 2 forks source link

Add automatic event posting between HACS site and other platforms #30

Open jrmoulckers opened 3 years ago

jrmoulckers commented 3 years ago

Enable event creation on the HACS site to add (confirmed and potential), update, delete, and archive events between our various communication platforms (facebook, google calendar, and discord)

jrmoulckers commented 3 years ago

This can be split into multiple tasks across a team of individuals.

Minimum viable product is to connect event additions/updates/deletions on our site to our Google Calendar, Discord, and Facebook Events.

Add Event Behavior:

Update Event Behavior:

Delete Event Behavior:

Archive Event Behavior

Feel free to suggest more information!

jrmoulckers commented 3 years ago

Update: Working on GCP configuration to enable the calendar API on our backend. Will attach the commit with our backend's abstraction once this is complete.