Skip to content

Instantly share code, notes, and snippets.

@davidawad
Created January 17, 2020 20:05
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 davidawad/d8dace4b90235b554c39064763ba9644 to your computer and use it in GitHub Desktop.
Save davidawad/d8dace4b90235b554c39064763ba9644 to your computer and use it in GitHub Desktop.
calendar event on last business day of every month, works in google calendar.
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
RRULE:FREQ=MONTHLY;INTERVAL=1;WKST=MO;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1
SUMMARY:Pay Day
DTSTART;VALUE=DATE:20190131
SEQUENCE:0
DESCRIPTION:I Get Paid
END:VEVENT
END:VCALENDAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment