We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf9844 commit a0f31dcCopy full SHA for a0f31dc
1 file changed
example/test_calendar.yaml
@@ -1,12 +1,15 @@
1
+meta:
2
+ tz: America/Los_Angeles
3
+
4
events:
5
- summary: Event of the Century
- begin: 2021-09-21 15:00:00 -07:00
- 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
8
description: |
9
Meet the team on the northern side of the field.
10
11
- summary: Half-an-hour meeting
- begin: 2021-09-23 15:00:00
12
+ begin: 2021-09-23 15:00:00 -07:00
13
duration:
14
minutes: 30
15
location: |
0 commit comments