mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #48] Syncing fails because of missing object on the server #517
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#517
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 (Jul 28, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/48
Originally assigned to: @aluxnimm on GitHub.
Hi, I am trying to get my Outlook 2013 synced to a Synology CalDAV service. Testing the connection works fine with the following URL: http://192.168.x.x:x/home/calendarname/
But when syncing, your tool seems to expect a specific folder structure or files on the server, which doesn't exist:
INFO 2015-07-28 23:45:01,364 [VSTA_Main] DavSynchronizer.CalDavSynchronizerRibbon . MoveNext - Synchronization manually triggered
INFO 2015-07-28 23:45:01,364 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Starting 'Running synchronization profile 'DS''
INFO 2015-07-28 23:45:01,364 [VSTA_Main] r.Generic.Synchronization.Synchronizer
6 . ? - Entered. Syncstrategy 'OneWayInitialSyncStateCreationStrategy_AToB6' with Atype='AppointmentItemWrapper' and Btype='IICalendar'INFO 2015-07-28 23:45:01,520 [VSTA_Main] hronizer.Implementation.CalDavRepository . GetVersions - Starting 'CalDavRepository.GetVersions'
INFO 2015-07-28 23:45:01,755 [VSTA_Main] hronizer.Implementation.CalDavRepository . GetVersions - Duration of 'CalDavRepository.GetVersions': 00:00:00.2423457
ERROR 2015-07-28 23:45:01,755 [VSTA_Main] r.Generic.Synchronization.Synchronizer`6 . MoveNext - Status: ProtocolError
StatusCode: NotFound
StatusDescription: Not Found
Body:
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequest(Uri url, Action
1 modifier, String requestBody) at CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequestAndReadResponse(Uri url, Action1 modifier, String requestBody)at CalDavSynchronizer.DataAccess.CalDavDataAccess.GetEntities(Nullable
1 from, Nullable1 to, String entityType)at CalDavSynchronizer.DataAccess.CalDavDataAccess.GetEvents(Nullable
1 from, Nullable1 to)at CalDavSynchronizer.Implementation.CalDavRepository.GetVersions(DateTime from, DateTime to)
at CalDavSynchronizer.Generic.Synchronization.Synchronizer`6.d__10.MoveNext()
INFO 2015-07-28 23:45:01,755 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Duration of 'Running synchronization profile 'DS'': 00:00:00.3952993
So what is your tool looking for? Do I have to create any specific file or folder?
Any help is much appreciated. Thank you, Thomas
Original comment by: zeugs10
Original Ticket: outlookcaldavsynchronizer/49
@aluxnimm commented on GitHub (Jul 29, 2015):
fixed 404 error for synology in latest release 0.99.6 see discussion.
since sourceforge still not fully restored we switched to github.
https://github.com/aluxnimm/outlookcaldavsynchronizer/releases
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jul 29, 2015):
Hi,
The timeout seems to happen in some cases.
Currently it is not clear, which communication partner blocks the communication and I am working on a solution.
Please see Ticket #50 https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/50/ for more information.
br
Gerhard
Original comment by: nertsch
@aluxnimm commented on GitHub (Jul 30, 2015):
We fixed some timeout issues by properly disposing WebRequests. Please try 0.99.8
https://github.com/aluxnimm/outlookcaldavsynchronizer/releases/download/v0.99.8/OutlookCalDavSynchronizer-0.99.8.zip
Original comment by: aluxnimm