I want to register a schedule that repeats every month.
Using the recurrence feature, how do I set the last Friday of every month?
Hello,
Please try the following rule:
RRULE: “FREQ=MONTHLY;BYDAY=FR;BYSETPOS=-1”
- FREQ=MONTHLY — Repeats every month.
- BYDAY=FR — Specifies Friday as the day of the event.
- BYSETPOS=-1 — Ensures the event occurs on the last Friday of the month.
Here is an example: https://snippet.dhtmlx.com/y3vdbnjp