18 lines
438 B
YAML
18 lines
438 B
YAML
# Set the amount of time between calendar checks
|
|
interval: 60 # in minutes
|
|
|
|
# Setup notifications for invites
|
|
notifications:
|
|
logging: true
|
|
|
|
|
|
# Declare events to automatically invite people to
|
|
events:
|
|
- name: Hotschedules
|
|
exact_name: false # Whether to use exact event name or use keyword
|
|
participants: [ "sarah.shannonclt@gmail.com" ]
|
|
|
|
- name: Therapy
|
|
exact_name: true
|
|
participants: [ "sarah.shannonclt@gmail.com" ]
|