-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
45 lines (44 loc) · 976 Bytes
/
config.example.yaml
File metadata and controls
45 lines (44 loc) · 976 Bytes
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
# Hostname to bind the server to (default none)
hostname:
# Port to bind the server to (default 4040)
port: "4040"
notification:
service: discord
url: <URL>
sources:
- end_point: filtered_calender
heartbeat: 60
xwr_name: My Merged Calender
info:
- name: Personal
url: <URL>
rules:
- name: Vacation
component: LOCATION
check: EQUALS
data:
- Japan
- Zambia
- Belgium
- name: Kids
component: SUMMARY
check: CONTAINS
data:
- Food
- Hobbies
- name: Work
url: <URL2>
modifiers:
- name: Work starting soon # Used as alarm nam
action: ALARM
data: "-PT60M" # one hour
rules:
- check: "FIRST_OF_DAY"
- end_point: full_calender
heartbeat: 30
xwr_name: My Full Calender
info:
- name: Personal
url: <URL>
- name: Work
url: <URL>