Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created March 29, 2021 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamigibbs/c563c1c3fe49883cbc0d70450fceb313 to your computer and use it in GitHub Desktop.
Save jamigibbs/c563c1c3fe49883cbc0d70450fceb313 to your computer and use it in GitHub Desktop.
Google Calendar last day of month repeat event
BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20210430
DTEND: 20210430
RRULE:FREQ=MONTHLY;BYDAY=SU,MO,TU,WE,TH,FR,SA;BYSETPOS=-1;WKST=SU
SUMMARY:Payday
END:VEVENT
END:VCALENDAR
@jamigibbs
Copy link
Author

Google Calendar > Settings (cog icon) > Import & Export > Select .txt file and upload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment