Project to develop a system to schecdule and book opening times at MakersLink
Rough roadmap:
- Clean up existing code and rename models [DONE] -Booking=>Event -BookingInstance=>EventInstance -Bookingrule=>SchedulingRule -BookingTemplate=>EventTemplate -Calendar=>SchedulingCalendar
- Make generation of Events go [IN PROGRESS]
- Make creation of EventInstance from Event possible
- Require logged in user for all functions
- EventInstance connected to user
- Google Calendar Integration
- ??? ?. Rescheduling / Cancellation of EventInstance ?. Notification to email/slack ?. CSV-export?