You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we're trying to implement rrule into handling device calendar events. One of the hurdle is translating Week Of Month into rrule settings. For example, 4th week of the month, last week (-1) of the month etc.
@thomassth
Do you maybe mean the week entry for the BYDAY part of a Recurrence Rule?
At the moment the rrule package has the ByWeekDayEntry Class which includes the weekday and the week occurence.
In a recurrence rule string represented like:
FREQ=MONTHLY;BYDAY=-2FR;COUNT=7
Which would be every month on the 2nd last Friday for 7 times.
Hi, we're trying to implement
rrule
into handling device calendar events. One of the hurdle is translatingWeek Of Month
intorrule
settings. For example, 4th week of the month, last week (-1) of the month etc.Will it be implemented into rrule?
Reference:
https://developer.apple.com/documentation/foundation/nsdatecomponents/1413168-weekofmonth
The text was updated successfully, but these errors were encountered: