[CalendarServer-users] Important: Unexpected recurrence instances returned

Gaurav Jain monkeyfdude at gmail.com
Wed Oct 25 20:26:26 PDT 2017


I tried without WKST as well.

RRULE with BYDAY is still off by 1 day.

But RRULE without BYDAY returns correct results. I also tried
RRULE:FREQ=WEEKLY;INTERVAL=2.

On Wed, Oct 25, 2017 at 7:57 PM, Gaurav Jain <monkeyfdude at gmail.com> wrote:

> I am trying to create an event that occurs every wednesday forever. I use
> following RRULEs but I am getting different results.
>
> Both use cases had the same first DTSTART: 20171026T030000Z
>
> Case 1 (Correct/Expected):
>
> RRULE:FREQ=WEEKLY;WKST=SU
>
> RECURRENCE-ID:   20171102T030000Z, 20171109T030000Z, 20171116T030000Z,
> 20171123T030000Z
>
> -----------------------------------------------------------
>
> Case 2 (Off by 1 day):
>
> RRULE:FREQ=WEEKLY;BYDAY=WE;WKST=SU
>
> RECURRENCE-ID:   20171101T030000Z, 20171108T030000Z, 20171115T030000Z,
> 20171122T030000Z
>
>
> Please note the results in second case are off by 1 day.
>
> What could be wrong?
>
>
> Best Regards,
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-users/attachments/20171025/233186f1/attachment.html>


More information about the calendarserver-users mailing list