mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #2] Exception rules from recurrence are not synced #3
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#3
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 (Feb 24, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/2
Originally assigned to: @nertsch on GitHub.
Currently recurring events are synced, but exception rules are ignored
Original comment by: nertsch
Original Ticket: outlookcaldavsynchronizer/1
@aluxnimm commented on GitHub (Apr 12, 2015):
Original comment by: nertsch
@aluxnimm commented on GitHub (Apr 12, 2015):
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Apr 12, 2015):
Deleted events from recurrences are still not synced. (Exdates)
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Apr 13, 2015):
Deleting an exception in outlook leads to:
ERROR 2015-04-13 11:56:23,996 [VSTA_Main] neric.Synchronization.States.StateBase
6 . LogException - Exception occured: System.Runtime.InteropServices.COMException (0x98B04005): Sie haben ein Element dieser Serie geändert, und diese Instanz ist nicht mehr vorhanden. Schließen Sie alle geöffneten Elemente, und versuchen Sie es erneut. bei Microsoft.Office.Interop.Outlook.Exception.get_AppointmentItem() bei CalDavSynchronizer.Implementation.AppointmentEventEntityMapper.MapRecurrance1To2(AppointmentItem source, IEvent target) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Implementation\EntityMapper.cs:Zeile 297. bei CalDavSynchronizer.Implementation.AppointmentEventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Implementation\EntityMapper.cs:Zeile 86. bei CalDavSynchronizer.Implementation.AppointmentEventEntityMapper.Map1To2(AppointmentItem source, IICalendar targetCalender) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Implementation\EntityMapper.cs:Zeile 53. bei CalDavSynchronizer.Generic.Synchronization.States.CreateInB6.b__0(TBtypeEntity b) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Generic\Synchronization\States\CreateInB.cs:Zeile 68.bei CalDavSynchronizer.Implementation.CalDavEventRepository.Create(Func
2 entityInitializer) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Implementation\CalDavEventRepository.cs:Zeile 137. bei CalDavSynchronizer.Generic.Synchronization.States.CreateInB6.PerformSyncActionNoThrow() in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Generic\Synchronization\States\CreateInB.cs:Zeile 68.Original comment by: aluxnimm
@aluxnimm commented on GitHub (Apr 22, 2015):
Original comment by: aluxnimm