-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest_calendar.yaml
More file actions
64 lines (57 loc) · 1.73 KB
/
test_calendar.yaml
File metadata and controls
64 lines (57 loc) · 1.73 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: Test Calendar
timezone: America/Los_Angeles
# # Include another list of events in with these. Note you can also do
# # this from the command line.
# include:
# - other_calender.ics
events:
- summary: Event of the Century
begin: 2021-09-21 15:00:00 # uses default timezone above
duration:
minutes: 30
description: |
Meet the team on the northern side of the field.
location: |
Office 224, Monolith Bldg, Office Block C
- summary: 15-minute meeting with timezone
timezone: America/New_York # symbolic timezone offset
begin: 2021-09-23 15:00:00
end: 2021-09-23 15:30:00
- summary: Half-an-hour meeting
begin: 2021-09-23 15:00:00 -07:00 # explicit timezone offset
end: 2021-09-23 15:30:00 -07:00 # explicit timezone offset
- summary: Recurring event
begin: 2022-02-21 15:00:00
duration: { minutes: 60 }
repeat:
interval:
# seconds, minutes, hours, days, weeks, months, years
weeks: 1
until: 2022-12-31 # required
- summary: Recurring event with exception and additional date
begin: 2022-07-01 10:00:00
duration: { minutes: 60 }
repeat:
interval:
# seconds, minutes, hours, days, weeks, months, years
hours: 4
until: 2022-07-31 # required
except_on:
- 2022-07-13
- 2022-07-14 06:00:00
also_on:
- 2022-12-24 06:00:00
# All-day event
- summary: Earth Day
begin: 2021-04-22
location: https://earthday.org
repeat:
interval:
# seconds, minutes, hours, days, weeks, months, years
years: 1
until: 2030-04-22
# Event with custom RRULE
- summary: Another day
begin: 2021-04-22
ics: |
RRULE:FREQ=YEARLY;UNTIL=20280422T000000