-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from coderefinery/rkdarst/include-from-url-ics
git_calendar/yaml2ics: Allow `include` to include from urls
- Loading branch information
Showing
2 changed files
with
77 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: Test including calendars | ||
description: Example of different types of events | ||
timezone: Europe/Helsinki | ||
include: | ||
- 'example.yaml' | ||
- 'https://coderefinery.github.io/calendar/workshops.ics' | ||
- 'https://enccs.se/events-at-enccs/list/?shortcode=5210815c&ical=1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters