I want to register a schedule that repeats every month.

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”

  1. FREQ=MONTHLY — Repeats every month.
  2. BYDAY=FR — Specifies Friday as the day of the event.
  3. BYSETPOS=-1 — Ensures the event occurs on the last Friday of the month.

Here is an example: https://snippet.dhtmlx.com/y3vdbnjp