Skip to content

Commit

Permalink
issue 22: Update sample_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongT16 committed Dec 3, 2024
1 parent 5b52b49 commit 9b32749
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions sample_config.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
---
client_id : ... # retrieve from the Azure App Registration page
tenant_id : ... # retrieve from the Azure App Registration page
recipient_email : ...
recipient_email : ... # email to notify when vcs is down
scopes : # Should not be changed
- Calendars.ReadWrite
- Mail.Send
- https://graph.microsoft.com/offline_access
- User.Read
group_members :
- [email protected]
- [email protected]
- [email protected]
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
group_name : ... # LDAP group
shared_calendar_name: ...
category_name: "Vacation"
category_color: "preset0"
days_out: 30 # 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









email_list_update_interval: 20
start_of_work_day: 480 # 60 * 8
end_of_work_day: 1020 # 60 * 17
start_of_lunch: 720 # 60 * 12
end_of_lunch: 780 # 60 * 13
duration: 180 # 60 * 3

0 comments on commit 9b32749

Please sign in to comment.