mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #111] SabreDav SameOrganizerForAllComponentsException #107
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#107
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 @schtritoff on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/111
I have this error:
I could be something with Sabre Vobject exeption (https://github.com/fruux/sabre-vobject/blob/master/lib/ITip/SameOrganizerForAllComponentsException.php) but I don't know. How to detect which particular calendar entry lead to this exception? Http 500 code indicate that the problem is on the server side and not MS Outlook / outlookcaldavsynchronizer.
My server side ics files are named like this:

@aluxnimm commented on GitHub (Feb 8, 2016):
You changed one meeting in Outlook (or got an meeting update). It must have been an recurring meeting with one exception with a different organizer. I am not sure how that can be created in Outlook
A fix could be sync with mode Outlook <- Server (Replicate) once so that the server overwrites that meeting again.
@schtritoff commented on GitHub (Feb 8, 2016):
Thanks, that fixed it