-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendars.yaml
49 lines (44 loc) · 1.32 KB
/
calendars.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# The number of upcoming weeks to sync, including the current
weeks_to_sync: 8
# The calendars to sync
calendars:
- Chalmers:
source:
# Supported sources: timeedit, skola24
type: timeedit
# The domain used by the university
domain: chalmers
# The id of the desired course
id: 196837.194
# The desired language
language: sv_SE
# The timezone that received events are in
timezone: CET
target:
# Supported targets: gcalendar
type: gcalendar
# The name of the created calendar
name: TKTEM-1
# The desired timezone of the created calendar
timezone: CET
# Who has read access to the calendar
access:
- benjamin.agardh@gmail.com: writer # Allows write access to a specific user
- public: reader # Allows read access to anyone with the link
- LEL:
source:
type: skola24
# The domain used by the school
domain: lel.skola24.se
# The name of the school under the selected [domain]
school: Lars-Erik Larsson-gymnasiet
# The id of a student or class
id: siag
timezeone: CET
target:
type: gcalendar
name: Signe Agardh
timezone: 3
access:
- public: reader
- signe@example.com: reader # Allows read access to a specific user