Created
April 6, 2021 09:11
-
-
Save jbruchanov/f92fe853eb39afdfc5d44d39998779f7 to your computer and use it in GitHub Desktop.
GCalendar, last working day of month
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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