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
$startDate = new \DateTime('2022-12-06 00:00:00');
$endDate = new \DateTime('2022-12-08 00:00:00');
new \Recurr\Rule('RRULE:FREQ=WEEKLY;BYDAY=TU', $startDate, $endDate);
The collection which returns do have a weekly scope with an end date on thursdays but a starting day at tuesdays.
Shouldn't this be one day, only the thursdays?
This happens with the synchronization with Google Calendar, where a weekly event was updated from three days to one day. Google Calendar only updated the recurrence value and not the scope of dates
The text was updated successfully, but these errors were encountered:
When I parse something like this:
The collection which returns do have a weekly scope with an end date on thursdays but a starting day at tuesdays.
Shouldn't this be one day, only the thursdays?
This happens with the synchronization with Google Calendar, where a weekly event was updated from three days to one day. Google Calendar only updated the recurrence value and not the scope of dates
The text was updated successfully, but these errors were encountered: