mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #47] Outlook frozen during the sync #514
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#514
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 24, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/47
Originally assigned to: @aluxnimm on GitHub.
Some times when de sync starts, the Outlook becomes completly frozen (about 40 seconds) after this the Outlook works fine, until next sync.
I'm using Outlook Professional Plus 2013, OutlookCalDavSynchronizer-0.99.4, Google Agenda.
I can see the following errors within log.txt:
ERROR 2015-07-24 13:27:59,091 [VSTA_Main] neric.Synchronization.States.StateBase
6 . PerformSyncActionNoThrow - System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto. em DDay.iCal.iCalTimeZoneInfo.<>c__DisplayClass2.<GetObservance>b__0(IPeriod p) em System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source, Func2 predicate) em DDay.iCal.iCalTimeZoneInfo.GetObservance(IDateTime dt) em DDay.iCal.iCalTimeZone.GetTimeZoneObservance(IDateTime dt) em DDay.iCal.iCalDateTime.GetTimeZoneObservance() em DDay.iCal.iCalDateTime.get_UTC() em DDay.iCal.iCalDateTime.Equals(Object obj) em DDay.iCal.Period.Equals(Object obj) em System.Collections.Generic.ObjectEqualityComparer1.Equals(T x, T y)em System.Collections.Generic.List
1.Contains(T item) em DDay.iCal.RecurrencePatternEvaluator.Evaluate(IDateTime referenceDate, DateTime periodStart, DateTime periodEnd, Boolean includeReferenceDateInResults) em DDay.iCal.RecurringEvaluator.EvaluateRRule(IDateTime referenceDate, DateTime periodStart, DateTime periodEnd, Boolean includeReferenceDateInResults) em DDay.iCal.RecurringEvaluator.Evaluate(IDateTime referenceDate, DateTime periodStart, DateTime periodEnd, Boolean includeReferenceDateInResults) em DDay.iCal.EventEvaluator.Evaluate(IDateTime referenceTime, DateTime periodStart, DateTime periodEnd, Boolean includeReferenceDateInResults) em DDay.iCal.RecurrenceUtil.GetOccurrences(IRecurrable recurrable, IDateTime periodStart, IDateTime periodEnd, Boolean includeReferenceDateInResults) em DDay.iCal.RecurrenceUtil.GetOccurrences(IRecurrable recurrable, IDateTime dt, Boolean includeReferenceDateInResults) em CalDavSynchronizer.Implementation.Events.EventEntityMapper.MapRecurrance1To2(AppointmentItem source, IEvent target, iCalTimeZone localIcalTimeZone) em CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItem source, IEvent target, Boolean isRecurrenceException, iCalTimeZone localIcalTimeZone) em CalDavSynchronizer.Implementation.Events.EventEntityMapper.Map1To2(AppointmentItemWrapper sourceWrapper, IICalendar targetCalender) em CalDavSynchronizer.Implementation.CalDavRepository.Create(Func2 entityInitializer)em CalDavSynchronizer.Generic.Synchronization.States.CreateInB`6.PerformSyncActionNoThrow()
Original comment by: biro0702
Original Ticket: outlookcaldavsynchronizer/48
@aluxnimm commented on GitHub (Jul 25, 2015):
Hi,
I suppose that the error is not the reason for the freeze. Usually such an error just causes that the Appointment is skipped.
Please provide the whole log file. That should help to find the reason for the freeze
br
Gerhard
Original comment by: nertsch