[GH-ISSUE #109] Synchronisation error? #106

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

Originally created by @4676rich on GitHub (Feb 1, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/109

Hi CalDAV. Love this app, but I'm getting the following report on every synch - even though the synch seems to work just fine. I'm not technical enough to know what it means or how to resolve it - can you help?

caldav report
caldav settings1

Thanks, 4676rich



rich.britton13@gmail.com
831ea901-267d-4567-b140-384f9abe8a79
2016-02-01T02:23:03.0032847Z
false
Unchanged: 55 , Added: 1 , Deleted 0 , Changed 0
Unchanged: 54 , Added: 1 , Deleted 0 , Changed 1




00000000BD6E59E7DA82F34EB9875C2C6F116C6F07001B12FC392EC1374A9FF936D53D99C08B00000000020200001B12FC392EC1374A9FF936D53D99C08B0000000008520000

System.Runtime.InteropServices.COMException (0x8C540201): The item could not be found.
at Microsoft.Office.Interop.Outlook.AddressEntry.get_AddressEntryUserType()
at CalDavSynchronizer.Implementation.Events.EventEntityMapper.GetMailUrlOrNull(AddressEntry addressEntry, String address)
at CalDavSynchronizer.Implementation.Events.EventEntityMapper.MapAttendees1To2(AppointmentItem source, IEvent target, Boolean& organizerSet)
at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, iCalTimeZone startIcalTimeZone, iCalTimeZone endIcalTimeZone)
at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItemWrapper sourceWrapper, IICalendar existingTargetCalender, IEntityMappingLogger logger)
at GenSync.Synchronization.States.CreateInB6.&lt;&gt;c__DisplayClass2.&lt;PerformSyncActionNoThrow&gt;b__0(TBtypeEntity b) at CalDavSynchronizer.Implementation.CalDavRepository.&lt;Create&gt;d__15.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.CreateInB6.<PerformSyncActionNoThrow>d__4.MoveNext()


00:00:03.5628655

Originally created by @4676rich on GitHub (Feb 1, 2016). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/109 Hi CalDAV. Love this app, but I'm getting the following report on every synch - even though the synch seems to work just fine. I'm not technical enough to know what it means or how to resolve it - can you help? ![caldav report](https://cloud.githubusercontent.com/assets/17011990/12728422/e8961400-c975-11e5-86ab-b57493982de4.png) ![caldav settings1](https://cloud.githubusercontent.com/assets/17011990/12728428/ec9d2c3c-c975-11e5-89cd-f81372549f2f.png) Thanks, 4676rich _<?xml version="1.0" encoding="utf-16"?> <SynchronizationReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ProfileName>rich.britton13@gmail.com</ProfileName> <ProfileId>831ea901-267d-4567-b140-384f9abe8a79</ProfileId> <StartTime>2016-02-01T02:23:03.0032847Z</StartTime> <InitialEntityMatchingPerformed>false</InitialEntityMatchingPerformed> <ADelta>Unchanged: 55 , Added: 1 , Deleted 0 , Changed 0</ADelta> <BDelta>Unchanged: 54 , Added: 1 , Deleted 0 , Changed 1</BDelta> <LoadErrors /> <EntitySynchronizationReports> <EntitySynchronizationReport> <MappingErrors /> <AId>00000000BD6E59E7DA82F34EB9875C2C6F116C6F07001B12FC392EC1374A9FF936D53D99C08B00000000020200001B12FC392EC1374A9FF936D53D99C08B0000000008520000</AId> <BId /> <ExceptionThatLeadToAbortion>System.Runtime.InteropServices.COMException (0x8C540201): The item could not be found. at Microsoft.Office.Interop.Outlook.AddressEntry.get_AddressEntryUserType() at CalDavSynchronizer.Implementation.Events.EventEntityMapper.GetMailUrlOrNull(AddressEntry addressEntry, String address) at CalDavSynchronizer.Implementation.Events.EventEntityMapper.MapAttendees1To2(AppointmentItem source, IEvent target, Boolean&amp; organizerSet) at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, iCalTimeZone startIcalTimeZone, iCalTimeZone endIcalTimeZone) at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItemWrapper sourceWrapper, IICalendar existingTargetCalender, IEntityMappingLogger logger) at GenSync.Synchronization.States.CreateInB`6.&lt;&gt;c__DisplayClass2.&lt;PerformSyncActionNoThrow&gt;b__0(TBtypeEntity b) at CalDavSynchronizer.Implementation.CalDavRepository.&lt;Create&gt;d__15.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.CreateInB`6.&lt;PerformSyncActionNoThrow&gt;d__4.MoveNext()</ExceptionThatLeadToAbortion> </EntitySynchronizationReport> </EntitySynchronizationReports> <Duration>00:00:03.5628655</Duration> </SynchronizationReport>_
kerem closed this issue 2026-02-25 20:30:55 +03:00
Author
Owner

@aluxnimm commented on GitHub (Feb 1, 2016):

Some strange Outlook Exception when trying to access the adressentry of an attendee of a meeting. Do you use an exchange account with GAL or some special adressbook?

<!-- gh-comment-id:178165023 --> @aluxnimm commented on GitHub (Feb 1, 2016): Some strange Outlook Exception when trying to access the adressentry of an attendee of a meeting. Do you use an exchange account with GAL or some special adressbook?
Author
Owner

@aluxnimm commented on GitHub (Feb 1, 2016):

Catching exception in commit github.com/aluxnimm/outlookcaldavsynchronizer@1320922156
Recipient will be ignored in that case.

<!-- gh-comment-id:178185131 --> @aluxnimm commented on GitHub (Feb 1, 2016): Catching exception in commit https://github.com/aluxnimm/outlookcaldavsynchronizer/commit/13209221565d212ec25959986b604cc86bff015a Recipient will be ignored in that case.
Author
Owner

@4676rich commented on GitHub (Feb 2, 2016):

Thanks Alex – not sure what you did here but it seems to have gone away. Great response speed, too. Richard

From: Alex Nimmervoll [mailto:notifications@github.com]
Sent: Tuesday, 2 February 2016 7:56 AM
To: aluxnimm/outlookcaldavsynchronizer outlookcaldavsynchronizer@noreply.github.com
Cc: 4676rich rich.britton13@gmail.com
Subject: Re: [outlookcaldavsynchronizer] Synchronisation error? (#109)

Closed #109 https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/109 .


Reply to this email directly or view it on GitHub https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/109#event-534815003 . https://github.com/notifications/beacon/AQOVFhlpgyuFP4BrWaMWbnCreb5Bz0K7ks5pf73ggaJpZM4HQ1uk.gif

<!-- gh-comment-id:178484861 --> @4676rich commented on GitHub (Feb 2, 2016): Thanks Alex – not sure what you did here but it seems to have gone away. Great response speed, too. Richard From: Alex Nimmervoll [mailto:notifications@github.com] Sent: Tuesday, 2 February 2016 7:56 AM To: aluxnimm/outlookcaldavsynchronizer outlookcaldavsynchronizer@noreply.github.com Cc: 4676rich rich.britton13@gmail.com Subject: Re: [outlookcaldavsynchronizer] Synchronisation error? (#109) Closed #109 https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/109 . — Reply to this email directly or view it on GitHub https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/109#event-534815003 . https://github.com/notifications/beacon/AQOVFhlpgyuFP4BrWaMWbnCreb5Bz0K7ks5pf73ggaJpZM4HQ1uk.gif
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#106
No description provided.