Skip to content

Commit a0f31dc

Browse files
committed
Add timezone example in test_calendar.yaml
- First event uses meta timezone, second one now uses the explicit timezone.
1 parent acf9844 commit a0f31dc

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

example/test_calendar.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
meta:
2+
tz: America/Los_Angeles
3+
14
events:
25
- summary: Event of the Century
3-
begin: 2021-09-21 15:00:00 -07:00
4-
end: 2021-09-21 15:30:00 -07:00
6+
begin: 2021-09-21 15:00:00
7+
end: 2021-09-21 15:30:00
58
description: |
69
Meet the team on the northern side of the field.
710
811
- summary: Half-an-hour meeting
9-
begin: 2021-09-23 15:00:00
12+
begin: 2021-09-23 15:00:00 -07:00
1013
duration:
1114
minutes: 30
1215
location: |

0 commit comments

Comments
 (0)