mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #16] wrong value in RRULE #37
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@aluxnimm commented on GitHub (Jun 15, 2015):
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 15, 2015):
You are right, although it surprisingly still works in SOGo.
Fixed in master.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 15, 2015):
Thanks a lot! I am testing with GroupOffice which uses sabre/dav.
Original comment by: mawinkler