-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
enable recurrent events in ical-proxy
1 parent
4bdba8d
commit 1d7780e
Showing
3 changed files
with
61 additions
and
24 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 |
---|---|---|
|
@@ -36,4 +36,30 @@ STATUS:CONFIRMED | |
SUMMARY:Test event | ||
TRANSP:TRANSPARENT | ||
END:VEVENT | ||
BEGIN:VEVENT | ||
DTSTART;VALUE=DATE:20230925 | ||
DTEND;VALUE=DATE:20230930 | ||
RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=3;BYDAY=MO | ||
DTSTAMP:20231003T134624Z | ||
UID:[email protected] | ||
CREATED:20230911T092330Z | ||
LAST-MODIFIED:20230925T092701Z | ||
SEQUENCE:1 | ||
STATUS:CONFIRMED | ||
SUMMARY:[Platform] Tim | ||
TRANSP:TRANSPARENT | ||
END:VEVENT | ||
BEGIN:VEVENT | ||
DTSTART;VALUE=DATE:20230918 | ||
DTEND;VALUE=DATE:20230923 | ||
RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=3;BYDAY=MO | ||
DTSTAMP:20231003T134624Z | ||
UID:[email protected] | ||
CREATED:20230911T091947Z | ||
LAST-MODIFIED:20230925T092728Z | ||
SEQUENCE:1 | ||
STATUS:CONFIRMED | ||
SUMMARY:[Platform] Ben | ||
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