-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
This feature can be implemented in two possible ways:
-
ICS-based export (Recommended)
The extension can generate an.ics(iCalendar) file in memory from the timetable data.
Users can then manually import this file into Google Calendar (and other calendar apps), ensuring broad compatibility without requiring authentication or external APIs. -
Google Calendar API integration
Alternatively, the extension can directly create events using the Google Calendar API.
Reactions are currently unavailable