Skip to content

Instantly share code, notes, and snippets.

@natanaeljr
Created February 28, 2024 23:40
Show Gist options
  • Save natanaeljr/91c88f90ca5a14fc7b6d4cd471ceb063 to your computer and use it in GitHub Desktop.
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
# 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