mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Support to show the schedule for a requested day AFTER holidays
This commit is contained in:
parent
ee3ee5284d
commit
54d31c943a
6 changed files with 211 additions and 55 deletions
134
files/schedules/31.json
Normal file
134
files/schedules/31.json
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
{
|
||||
"semester_start": [1, 7, 2021],
|
||||
"semester_end": [16, 8, 2021],
|
||||
"holidays": [
|
||||
{
|
||||
"start_date": [2, 7, 2021],
|
||||
"end_date": [10, 8, 2021]
|
||||
}
|
||||
],
|
||||
"schedule": [
|
||||
{
|
||||
"course": "Computerarchitectuur",
|
||||
"zoom": "https://ufora.ugent.be/d2l/ext/rp/228912/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826",
|
||||
"msteams": "https://teams.microsoft.com/l/team/19%3ad7295f0bc4634a61b461504d4a7134b3%40thread.tacv2/conversations?groupId=8755cb96-1ef5-4ea3-b806-eeebf8a85ae8&tenantId=d7811cde-ecef-496c-8f91-a1786241b99c",
|
||||
"slots": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"course": "Multimedia",
|
||||
"zoom": "https://ugent-be.zoom.us/j/94248831947?pwd=ZCt4UnBLSzViZnFEQmkzWE5SYnF2QT09",
|
||||
"slots": [
|
||||
{
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
"room": "A3",
|
||||
"time": [
|
||||
"woensdag",
|
||||
1130,
|
||||
1330
|
||||
]
|
||||
},
|
||||
{
|
||||
"online": "ZOOM",
|
||||
"time": [
|
||||
"vrijdag",
|
||||
1300,
|
||||
1530
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"course": "Wetenschappelijk Rekenen",
|
||||
"zoom": "https://ufora.ugent.be/d2l/ext/rp/236404/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826",
|
||||
"slots": [
|
||||
{
|
||||
"online": "ZOOM",
|
||||
"time": [
|
||||
"dinsdag",
|
||||
1130,
|
||||
1300
|
||||
]
|
||||
},
|
||||
{
|
||||
"online": "ZOOM",
|
||||
"time": [
|
||||
"woensdag",
|
||||
1500,
|
||||
1800
|
||||
]
|
||||
},
|
||||
{
|
||||
"online": "ZOOM",
|
||||
"time": [
|
||||
"donderdag",
|
||||
830,
|
||||
1000
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"course": "Software Engineering Lab 1",
|
||||
"zoom": "https://ufora.ugent.be/d2l/ext/rp/235800/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826",
|
||||
"msteams": "https://teams.microsoft.com/l/team/19%3a4dfd5b2fb1ae4aa9b72706aa3a0d6867%40thread.tacv2/conversations?groupId=256d5c58-5d53-43f5-9436-497b0c852c75&tenantId=d7811cde-ecef-496c-8f91-a1786241b99c",
|
||||
"slots": [
|
||||
{
|
||||
"online": "MS Teams",
|
||||
"time": [
|
||||
"dinsdag",
|
||||
1430,
|
||||
1700
|
||||
]
|
||||
},
|
||||
{
|
||||
"online": "MS Teams",
|
||||
"time": [
|
||||
"vrijdag",
|
||||
830,
|
||||
1130
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"course": "Webdevelopment",
|
||||
"zoom": "https://ugent-be.zoom.us/j/93166767783?pwd=MWdvb1BnNnlPSnAyNk52QmRzdjcwdz09",
|
||||
"slots": [
|
||||
{
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
"room": "A3",
|
||||
"time": [
|
||||
"woensdag",
|
||||
900,
|
||||
1100
|
||||
]
|
||||
},
|
||||
{
|
||||
"weeks": [
|
||||
1
|
||||
],
|
||||
"canceled": true,
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
"room": "A3",
|
||||
"time": [
|
||||
"woensdag",
|
||||
900,
|
||||
1100
|
||||
]
|
||||
},
|
||||
{
|
||||
"online": "ZOOM",
|
||||
"time": [
|
||||
"donderdag",
|
||||
1000,
|
||||
1300
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue