-
-
Notifications
You must be signed in to change notification settings - Fork 48
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 #405 from voxpupuli/monthly-sync-info
Fix and improve monthly sync information
- Loading branch information
Showing
2 changed files
with
93 additions
and
1 deletion.
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,68 @@ | ||
BEGIN:VCALENDAR | ||
PRODID:-//K Desktop Environment//NONSGML libkcal 4.3//EN | ||
VERSION:2.0 | ||
BEGIN:VTIMEZONE | ||
TZID:Europe/Berlin | ||
BEGIN:STANDARD | ||
TZNAME:CET | ||
TZOFFSETFROM:+0000 | ||
TZOFFSETTO:+0100 | ||
DTSTART:19791231T230000 | ||
RDATE:19791231T230000 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
TZNAME:CEST | ||
TZOFFSETFROM:+0100 | ||
TZOFFSETTO:+0200 | ||
DTSTART:19810329T020000 | ||
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU | ||
END:DAYLIGHT | ||
BEGIN:DAYLIGHT | ||
TZNAME:CEST | ||
TZOFFSETFROM:+0100 | ||
TZOFFSETTO:+0200 | ||
DTSTART:19800406T020000 | ||
RDATE:19800406T020000 | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
TZNAME:CET | ||
TZOFFSETFROM:+0200 | ||
TZOFFSETTO:+0100 | ||
DTSTART:19971026T030000 | ||
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU | ||
END:STANDARD | ||
BEGIN:STANDARD | ||
TZNAME:CET | ||
TZOFFSETFROM:+0200 | ||
TZOFFSETTO:+0100 | ||
DTSTART:19800928T030000 | ||
RRULE:FREQ=YEARLY;UNTIL=19961027T030000;BYMONTH=9;BYDAY=-1SU | ||
RDATE:19950924T030000 | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTAMP:20241227T225300Z | ||
CREATED:20241227T225300Z | ||
UID:6A104D48-6E0B-455A-8287-A15FB58FD654 | ||
LAST-MODIFIED:20241227T225910Z | ||
DESCRIPTION:Meeting Board:\nhttps://github.com/orgs/voxpupuli/projects/10/\ | ||
n\nZoom:\nhttps://perforce.zoom.us/j/91219793310?pwd=M0pPRklhd0lhL2V6ZldQd | ||
1BZRCsvQT09 | ||
SUMMARY:Vox Pupuli Monthly Sync | ||
LOCATION:Online | ||
DTSTART;TZID=Europe/Berlin:20241210T163000 | ||
DTEND;TZID=Europe/Berlin:20241210T173000 | ||
TRANSP:OPAQUE | ||
CLASS:PUBLIC | ||
BEGIN:VALARM | ||
TRIGGER;RELATED=START;VALUE=DURATION:-PT1H | ||
ACTION:DISPLAY | ||
SUMMARY:Vox Pupuli Monthly Sync | ||
DESCRIPTION:Meeting Board:\nhttps://github.com/orgs/voxpupuli/projects/10/\ | ||
n\nZoom:\nhttps://perforce.zoom.us/j/91219793310?pwd=M0pPRklhd0lhL2V6ZldQd | ||
1BZRCsvQT09 | ||
END:VALARM | ||
RRULE:FREQ=MONTHLY;BYDAY=2TU | ||
END:VEVENT | ||
X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0 | ||
END:VCALENDAR |