Created
June 29, 2020 21:56
-
-
Save MikulasZelinka/96eeb1810518c4ef598300f2b5e1f4d2 to your computer and use it in GitHub Desktop.
The Thursday before the last Friday in each month
This file contains 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
# https://jakubroztocil.github.io/rrule/ | |
RRULE:FREQ=MONTHLY;BYDAY=TH;BYMONTHDAY=-8,-7,-6,-5,-4,-3,-2 | |
{ | |
freq: RRule.MONTHLY, | |
byweekday: [RRule.TH], | |
bymonthday: [-8, -7, -6, -5, -4, -3, -2] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment