[GH-ISSUE #219] Can't get Timezone of AppointmentItem, using UTC #214

Closed
opened 2026-02-25 20:31:10 +03:00 by kerem · 2 comments
Owner

Originally created by @mfe- on GitHub (Dec 6, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/219

Hi,

after installing and starting synching I get the following error:

Is there a way to determine the problem item in outlook, so I can delete it?

<?xml version="1.0" encoding="utf-16"?> <SynchronizationReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProfileName>all calendar</ProfileName> <ProfileId>e07765a8-ab44-4b17-b8f9-2fd6418650a8</ProfileId> <StartTime>2017-12-06T13:33:20.4924341Z</StartTime> <ADelta>Unchanged: 87 , Added: 1 , Deleted 0 , Changed 0</ADelta> <BDelta>Unchanged: 87 , Added: 0 , Deleted 0 , Changed 0</BDelta> <AJobsInfo>Create 0 , Update 0 , Delete 0</AJobsInfo> <BJobsInfo>Create 1 , Update 0 , Delete 0</BJobsInfo> <LoadErrors /> <EntitySynchronizationReports> <EntitySynchronizationReport> <MappingErrors /> <MappingWarnings> <string>Can't get Timezone of AppointmentItem, using UTC</string> </MappingWarnings> <AId>0000000095763AC1B876654388C1D5C74F6B382207005C791D95ADB4364CB5C5086A18C410E400000000010D00005C791D95ADB4364CB5C5086A18C410E40000F17C755E0000</AId> <ExceptionThatLeadToAbortion>System.Runtime.InteropServices.COMException (0x9EE70057): Sorry, something went wrong. You may want to try again. at Microsoft.Office.Interop.Outlook._AppointmentItem.get_AllDayEvent() at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, ITimeZone startIcalTimeZone, ITimeZone endIcalTimeZone, IEntityMappingLogger logger, IEventSynchronizationContext context) at CalDavSynchronizer.Implementation.Events.EventEntityMapper.&lt;Map1To2&gt;d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.CreateInB7.<InitializeEntity>d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at GenSync.Synchronization.States.CreateInB7.JobWrapper.&lt;InitializeEntity&gt;d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.Implementation.CalDavRepository1.<Create>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at GenSync.EntityRepositories.BatchEntityRepositoryAdapter4.&lt;PerformOperations&gt;d__3.MoveNext()</ExceptionThatLeadToAbortion> <Operation>CreateInB</Operation> </EntitySynchronizationReport> </EntitySynchronizationReports> <ConsiderExceptionThatLeadToAbortionAsWarning>false</ConsiderExceptionThatLeadToAbortionAsWarning> <Duration>00:00:01.4846530</Duration> </SynchronizationReport>

Originally created by @mfe- on GitHub (Dec 6, 2017). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/219 Hi, after installing and starting synching I get the following error: Is there a way to determine the problem item in outlook, so I can delete it? `<?xml version="1.0" encoding="utf-16"?> <SynchronizationReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProfileName>all calendar</ProfileName> <ProfileId>e07765a8-ab44-4b17-b8f9-2fd6418650a8</ProfileId> <StartTime>2017-12-06T13:33:20.4924341Z</StartTime> <ADelta>Unchanged: 87 , Added: 1 , Deleted 0 , Changed 0</ADelta> <BDelta>Unchanged: 87 , Added: 0 , Deleted 0 , Changed 0</BDelta> <AJobsInfo>Create 0 , Update 0 , Delete 0</AJobsInfo> <BJobsInfo>Create 1 , Update 0 , Delete 0</BJobsInfo> <LoadErrors /> <EntitySynchronizationReports> <EntitySynchronizationReport> <MappingErrors /> <MappingWarnings> <string>Can't get Timezone of AppointmentItem, using UTC</string> </MappingWarnings> <AId>0000000095763AC1B876654388C1D5C74F6B382207005C791D95ADB4364CB5C5086A18C410E400000000010D00005C791D95ADB4364CB5C5086A18C410E40000F17C755E0000</AId> <ExceptionThatLeadToAbortion>System.Runtime.InteropServices.COMException (0x9EE70057): Sorry, something went wrong. You may want to try again. at Microsoft.Office.Interop.Outlook._AppointmentItem.get_AllDayEvent() at CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, ITimeZone startIcalTimeZone, ITimeZone endIcalTimeZone, IEntityMappingLogger logger, IEventSynchronizationContext context) at CalDavSynchronizer.Implementation.Events.EventEntityMapper.&lt;Map1To2&gt;d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.CreateInB`7.&lt;InitializeEntity&gt;d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.Synchronization.States.CreateInB`7.JobWrapper.&lt;InitializeEntity&gt;d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.Implementation.CalDavRepository`1.&lt;Create&gt;d__17.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.&lt;PerformOperations&gt;d__3.MoveNext()</ExceptionThatLeadToAbortion> <Operation>CreateInB</Operation> </EntitySynchronizationReport> </EntitySynchronizationReports> <ConsiderExceptionThatLeadToAbortionAsWarning>false</ConsiderExceptionThatLeadToAbortionAsWarning> <Duration>00:00:01.4846530</Duration> </SynchronizationReport>`
kerem closed this issue 2026-02-25 20:31:10 +03:00
Author
Owner

@nertsch commented on GitHub (Dec 6, 2017):

Probably start or enddate is missing.
br
Gerhard

<!-- gh-comment-id:349768558 --> @nertsch commented on GitHub (Dec 6, 2017): Probably start or enddate is missing. br Gerhard
Author
Owner

@aluxnimm commented on GitHub (Dec 9, 2017):

And since it is an allday even sort by that in list view

<!-- gh-comment-id:350449211 --> @aluxnimm commented on GitHub (Dec 9, 2017): And since it is an allday even sort by that in list view
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#214
No description provided.