Skip to content

Commit 63cfc63

Browse files
committed
example/another_calendar: Fix syntax for ics 0.8
1 parent 6e2658f commit 63cfc63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example/another_calendar.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
events:
2-
- name: Another Event
3-
begin: 2021-09-21 10:00-07:00
4-
end: 2021-09-21 12:00-07:00
2+
- summary: Another Event
3+
begin: 2021-09-21 10:00:00 -07:00
4+
end: 2021-09-21 12:00:00 -07:00
55
description: |
66
A two hour long event.

0 commit comments

Comments
 (0)