Currently the schedule exists only within our system. To make the ChronoGuide truly useful, we need a way to push the generated "ScheduleResults" into a real-world calendar. Also we need a way to get information on the existing schedule of a user.
Goals:
- Implement Service to fetch busy intervals from other sources.
- Implement Service which exports the scheduled plan into a .ics file
- Make sure that the schedule is the users-timezone
Currently the schedule exists only within our system. To make the ChronoGuide truly useful, we need a way to push the generated "ScheduleResults" into a real-world calendar. Also we need a way to get information on the existing schedule of a user.
Goals: