Created
February 28, 2024 23:40
-
-
Save natanaeljr/91c88f90ca5a14fc7b6d4cd471ceb063 to your computer and use it in GitHub Desktop.
Google Calendar Event: repeat "every last day of month" iCal file to import
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
# see https://support.google.com/calendar/thread/143707333/repeat-every-last-day-of-month-is-missing?hl=en | |
BEGIN:VCALENDAR | |
BEGIN:VTODO | |
DTSTART:20240229 | |
DTEND:20240229 | |
RRULE:FREQ=MONTHLY;BYMONTHDAY=-1 | |
DESCRIPTION: | |
LOCATION: | |
STATUS:CONFIRMED | |
SUMMARY:Last Day Event | |
TRANSP:OPAQUE | |
END:VEVENT | |
END:VCALENDAR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment