You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ExternalCalendars are parsed into temporary Event objects (cached for a period of time), but not stored to the database.
This should be refactored so ExternalCalendars populate actual Event models persisted to the database. Then, on a periodic basis, a resync should happen to ensure the local Events are up to date with those from the ExternalCalendar's source.
The text was updated successfully, but these errors were encountered:
alexdlaird
changed the title
CourseSchedules should be refactored to utilize the Event model instead of being generated on the fly
As a User, I want to be able to make local changes to events from External Calendars
Mar 19, 2018
alexdlaird
changed the title
As a User, I want to be able to make local changes to events from External Calendars
As a User, I want to be able to make local changes to events from ExternalCalendars
Mar 19, 2018
Currently, ExternalCalendars are parsed into temporary Event objects (cached for a period of time), but not stored to the database.
This should be refactored so ExternalCalendars populate actual Event models persisted to the database. Then, on a periodic basis, a resync should happen to ensure the local Events are up to date with those from the ExternalCalendar's source.
The text was updated successfully, but these errors were encountered: