-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
As of Section 3.3.10 of RFC 5545 The BYWEEKNO rule part (which specifies ordinals for weeks of the year) MUST NOT be used when the frequency is anything other than YEARLY.
DTSTART:20260101T090000Z
RRULE:FREQ=MONTHLY;BYWEEKNO=15;UNTIL=20261231T090000ZThis returns 09 Apr 2026 11:00:00 instead of undefined. Is this on purpose?
Also
DTSTART:20260101T090000Z
RRULE:FREQ=MONTHLY;BYSETPOS=1This returns the first day of each month, while this is also undefined:
The BYSETPOS rule part (which specifies the nth occurrence within a set) MUST only be used in conjunction with another BYxxx rule part.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels