[GH-ISSUE #16] wrong value in RRULE #37

Closed
opened 2026-02-25 20:30:45 +03:00 by kerem · 3 comments
Owner

Originally created by @aluxnimm on GitHub (Jun 15, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/16

Originally assigned to: @aluxnimm on GitHub.

Make a recurring event (all-day) on Monday, 2015-06-15, which repeats every week.

Sync it to the server.

The Synchronizer produces a line:

RRULE:FREQ=WEEKLY;BYDAY=0MO

which is wrong. It should be:

RRULE:FREQ=WEEKLY;BYDAY=MO

Original comment by: mawinkler

Original Ticket: outlookcaldavsynchronizer/37

Originally created by @aluxnimm on GitHub (Jun 15, 2015). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/16 Originally assigned to: @aluxnimm on GitHub. Make a recurring event (all-day) on Monday, 2015-06-15, which repeats every week. Sync it to the server. The Synchronizer produces a line: RRULE:FREQ=WEEKLY;BYDAY=0MO which is wrong. It should be: RRULE:FREQ=WEEKLY;BYDAY=MO Original comment by: mawinkler Original Ticket: [outlookcaldavsynchronizer/37](https://sourceforge.net/p/outlookcaldavsynchronizer/37)
kerem 2026-02-25 20:30:45 +03:00
Author
Owner

@aluxnimm commented on GitHub (Jun 15, 2015):

  • status: open --> closed

Original comment by: aluxnimm

<!-- gh-comment-id:126312255 --> @aluxnimm commented on GitHub (Jun 15, 2015): - **status**: open --> closed Original comment by: aluxnimm
Author
Owner

@aluxnimm commented on GitHub (Jun 15, 2015):

You are right, although it surprisingly still works in SOGo.

Fixed in master.

Original comment by: aluxnimm

<!-- gh-comment-id:126312256 --> @aluxnimm commented on GitHub (Jun 15, 2015): You are right, although it surprisingly still works in SOGo. Fixed in master. Original comment by: aluxnimm
Author
Owner

@aluxnimm commented on GitHub (Jun 15, 2015):

Thanks a lot! I am testing with GroupOffice which uses sabre/dav.

Original comment by: mawinkler

<!-- gh-comment-id:126312257 --> @aluxnimm commented on GitHub (Jun 15, 2015): Thanks a lot! I am testing with GroupOffice which uses sabre/dav. Original comment by: mawinkler
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#37
No description provided.