finished calendar sync huh

This commit is contained in:
Kima
2024-03-01 23:14:45 +01:00
parent 32c5e8ae91
commit 88daf43c3a
5 changed files with 86 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ const settingsDB = DatabaseStruct("settings", {
"cal_sync_show_exams": int,
"cal_sync_show_teacher": int,
"cal_sync_renamed": int,
"calendar_id": String,
});
// DON'T FORGET TO UPDATE DEFAULT VALUES IN `initDB` MIGRATION OR ELSE PARENTS WILL COMPLAIN ABOUT THEIR CHILDREN MISSING
// YOU'VE BEEN WARNED!!!