Skip to content

Commit

Permalink
calendars/example: Add recurring event with an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Jun 3, 2024
1 parent e56b4c9 commit 6efcec9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions calendars/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,14 @@ events:
# fields: in this case, the 'begin'.
- <<: *ref-name
begin: 2022-03-08 15:00:00

# Recurring event with an exception.
# Full date *and time* is needed
- summary: Recurring event with exception
begin: 2024-06-06 12:00:00
duration: { hours: 4 }
repeat:
interval: {days: 1}
until: 2024-06-08 12:00:00
except_on:
- 2024-06-02 12:00:00

0 comments on commit 6efcec9

Please sign in to comment.