Skip to content

Instantly share code, notes, and snippets.

@gvelizlasteniasoftware
Created June 4, 2020 23:54
Show Gist options
  • Save gvelizlasteniasoftware/e6bfd78f3fdf8cef23fb50ef01945386 to your computer and use it in GitHub Desktop.
Save gvelizlasteniasoftware/e6bfd78f3fdf8cef23fb50ef01945386 to your computer and use it in GitHub Desktop.
Add event to Google Calendar, every last day of every month.
BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20200131
DTEND:20200131
RRULE:FREQ=MONTHLY;BYDAY=SU,MO,TU,WE,TH,FR,SA;BYSETPOS=-1;WKST=SU
SUMMARY:Every last day of every month
END:VEVENT
END:VCALENDAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment