Skip to content

Instantly share code, notes, and snippets.

@MikulasZelinka
Created June 29, 2020 21:56
Show Gist options
  • Save MikulasZelinka/96eeb1810518c4ef598300f2b5e1f4d2 to your computer and use it in GitHub Desktop.
Save MikulasZelinka/96eeb1810518c4ef598300f2b5e1f4d2 to your computer and use it in GitHub Desktop.
The Thursday before the last Friday in each month
# 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