Skip to content

Instantly share code, notes, and snippets.

@jbruchanov
Created April 6, 2021 09:11
Show Gist options
  • Save jbruchanov/f92fe853eb39afdfc5d44d39998779f7 to your computer and use it in GitHub Desktop.
Save jbruchanov/f92fe853eb39afdfc5d44d39998779f7 to your computer and use it in GitHub Desktop.
GCalendar, last working day of month
#google calendar -> settings -> import
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1;WKST=MO
SUMMARY:Invoicing
DTSTART;VALUE=DATE:20210430
SEQUENCE:0
DESCRIPTION:Invoicing.
END:VEVENT
END:VCALENDAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment