forked from PhongT16/outlook_calendar_report_generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample_config.yaml
32 lines (23 loc) · 994 Bytes
/
sample_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
client_id : ... # retrieve from the Azure App Registration page
tenant_id : ... # retrieve from the Azure App Registration page
recipient_email : ...
scopes : # Should not be changed
- Calendars.ReadWrite
- Mail.Send
- https://graph.microsoft.com/offline_access
- User.Read
group_members :
shared_calendar_name : ...
logging_file_path : ... # logging_file_path is the path where log files can be written onto the host machine starting at the root
AM_config : # AM_config and PM_config has values in minutes. The event starts before the start and ends after the end for AM_config and PM_config
start : 540
end : 710
PM_config : # in minutes
start : 780
end : 950
days_out: 14 # indicates the stretch of time (in days) that the program will update on the shared calendar relative to present day
update_interval : 900 # update_interval indicates how often the program run in seconds