mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #8] System.Runtime.InteropServices.COMException (0xC1F4010F) #39
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#39
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 16, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/8
Originally assigned to: @aluxnimm on GitHub.
I have 3 similar calendar in Outlook and I will sync these calendars to caldav. Outlook is the same everywhere and the target is on the same server, too. 1 calendar works, 2 not with this error message:
INFO 2015-06-16 10:50:02,334 [VSTA_Main] DavSynchronizer.CalDavSynchronizerRibbon . MoveNext - Synchronization manually triggered
INFO 2015-06-16 10:50:02,334 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Starting 'Running synchronization profile 'User1''
INFO 2015-06-16 10:50:02,334 [VSTA_Main] r.Generic.Synchronization.Synchronizer
6 . MoveNext - Entered. Syncstrategy 'OneWayInitialSyncStateCreationStrategy_AToB6' with Atype='AppointmentItemWrapper' and Btype='IICalendar'ERROR 2015-06-16 10:50:02,739 [VSTA_Main] r.Generic.Synchronization.Synchronizer
6 . MoveNext - System.Runtime.InteropServices.COMException (0xC1F4010F): Fehler beim Vorgang. Ein Objekt kann nicht gefunden werden. bei Microsoft.Office.Interop.Outlook._AppointmentItem.get_EntryID() bei CalDavSynchronizer.Implementation.Events.OutlookEventRepository.GetVersions(DateTime fromUtc, DateTime toUtc) bei CalDavSynchronizer.Generic.Synchronization.Synchronizer6.d__10.MoveNext()INFO 2015-06-16 10:50:02,739 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Duration of 'Running synchronization profile 'User1'': 00:00:00.4056111
Original comment by: saldx
Original Ticket: outlookcaldavsynchronizer/38
@aluxnimm commented on GitHub (Jun 16, 2015):
so we need to find out how those calendars differ. what outlook version? what account type ( local calendar folder of imap account or activesync folder or exchange? )
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 16, 2015):
Outlook 2010
each of those calendars are shared calendars in exchange
I only have read access
In my opinion, the calendar does not differ. It is released each the mailbox itself and the associated calendar folder.
Original comment by: saldx
@aluxnimm commented on GitHub (Jun 16, 2015):
are you using cached exchange mode? or does it make any difference if you switch that on or off.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 16, 2015):
Do you use other Outlook Plugins (e.g. iCloud) ?
Original comment by: nertsch
@aluxnimm commented on GitHub (Jun 17, 2015):
Many thanks for your help.
Additional plugins are not installed.
The cached exchange mode was activated. After disable the syncronisation now works with all calendars.
Original comment by: saldx
@aluxnimm commented on GitHub (Jun 17, 2015):
Original comment by: aluxnimm