https://github.com/nikitoskey/spbu-timetable-synchronisation
Synchronization of SPBU Timetable via Google calendar.
https://github.com/nikitoskey/spbu-timetable-synchronisation
spbu spbu-timetable
Last synced: 9 months ago
JSON representation
Synchronization of SPBU Timetable via Google calendar.
- Host: GitHub
- URL: https://github.com/nikitoskey/spbu-timetable-synchronisation
- Owner: NikitosKey
- License: mit
- Created: 2024-02-25T20:15:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T23:59:15.000Z (over 1 year ago)
- Last Synced: 2025-02-26T17:19:06.784Z (over 1 year ago)
- Topics: spbu, spbu-timetable
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SPBU-timetable-synchronisation
---
Synchronization of SPBU Timetable with Google calendar via Google Drive and Google Apps Scripts.
# Getting started
- Create a folder on your GDrive for saving and converting .xlsx from [site](https://timetable.spbu.ru/MATH/).
- Create a Google Apps Scripts project.
- Create a Google calendar.
- Copy code from script.gs to your project.
- Go to project settings and turn on appsscript.json.
- Copy all from appsscript.json from this repo to your json in your project.
- Add Folder_ID and CALENDAR_ID in the script properties.
- Change variable TimeTableFile_URL_withoutDate in the script to the link to download the schedule file for your group. This is the same as in the example, except for the studentGroupId=XXXXXX.
- Add script triggers to run script automaticly.
Enjoy :)