Push changes to events after aproval
Closed this issue · 1 comments
mikeubell commented
As an Administrator I want to be able to update an event and have that reflected to the google calendar. When #73 is implemented an event can be updated after publication.
We record the the google calendar id and the datetime when we push so we can determine how to do an update.
When an event is deleted it should also be deleted from the Google Calendar
Acceptance Criteria
- Changes to an event are reflected to the Google Calendar not long after the update (see #87)
- Deleted events are removed from the Google Calendar
mikeubell commented
Fixed