mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #50] Exception when syncing events with attachements #937
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#937
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 10, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/50
Originally assigned to: @aluxnimm on GitHub.
Syncing events with an attachement does not work.
I suppose that attachements are not supported but at least the events should be successfully synced with attachements omitted.
Here is a log:
Original comment by: lost1
Original Ticket: outlookcaldavsynchronizer/35
@aluxnimm commented on GitHub (Jun 10, 2015):
The 400 bad request response from google has nothing to do with attachments, it is a more general problem when we sync updated events from outlook to google it seems. With SOGo it works, so I will investigate why Google doesnt't like the update.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 10, 2015):
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 10, 2015):
Unfortunately there was an issue with WebExceptionLogging, which caused, that the response Body ( which usually contains a detailled error description) was not logged.
I fixed this issue a few minutes ago. Maybe this could be helpful, for your investigation.
Original comment by: nertsch
@aluxnimm commented on GitHub (Jun 10, 2015):
Not much more info now:
ERROR 2015-06-10 23:07:29,877 [VSTA_Main] neric.Synchronization.States.StateBase`6 . LogException - StatusCode: BadRequest
StatusDescription: Bad Request
Body:
<D:error xmlns:D="DAV:"/>
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 10, 2015):
Maybe the google-implementation doesn't accept updates without preconditions (with etag).
I added a branch ('feature/Update-With-Etag/' ), where the updates are done with preconditions.
Maybe this works with google.
Original comment by: nertsch
@aluxnimm commented on GitHub (Jun 11, 2015):
still the same error.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 12, 2015):
Fixed with workaround to delete and recreate events instead of updating them for google
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 12, 2015):
Original comment by: aluxnimm