-
-
Notifications
You must be signed in to change notification settings - Fork 74
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 #140 from jazzband/fix/broken-comparison-with-dates
fix: allow for non-recurring events with dates
- Loading branch information
Showing
3 changed files
with
39 additions
and
9 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
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,18 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:-//6735d90b475eebfc9f111fc66f5e68fa//NONSGML kigkonsult.se iCalcreat | ||
or 2.29.14// | ||
CALSCALE:GREGORIAN | ||
UID:84c4ae71-1eea-49fc-8e32-b551101c0b2d | ||
X-WR-CALNAME:Company Holidays | ||
BEGIN:VEVENT | ||
UID:6200a801-f5f2-4c9d-a0a0-496f2691b19a | ||
DTSTAMP:20200814T182712Z | ||
CATEGORIES:Company Holidays | ||
DESCRIPTION:Holiday (Jul 31) | ||
DTSTART;VALUE=DATE:20200731 | ||
DTEND;VALUE=DATE:20200801 | ||
SUMMARY:Company Holiday - Studio Closure | ||
TRANSP:TRANSPARENT | ||
END:VEVENT | ||
END:VCALENDAR |
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