ufosc / SwampScheduler

The future of scheduling is here.
https://osc.rconde.xyz
GNU Affero General Public License v3.0
22 stars 43 forks source link

Close Issue #44 #68

Closed shane-downs closed 6 months ago

shane-downs commented 6 months ago

Closes #44

Added export schedule button in app/src/components/ScheduleDisplay.tsx and handleOnClick function to download and add calendar events to .ical file in app/src/scripts/soc/calendar.ts. Allows user to download a .ics file to be imported to Google Calendar, Outlook, or iCalendar. Handles recurring class events from semester beginning to semester end (data used through UF API JSON).