Mein iPhone (iOS 8.1.x) synchronisiert Kalendereinträge nicht korrekt mit Exchange?

Nicht lustig, gar nicht lustig.
wenn das Thema dann doch auftritt – frei nach per Anhalter durch die Galaxis: Keine Panik!

Erster Ansatz auf der Exchange Powershell:
Get-ActiveSyncDeviceStatistics -Mailbox USER | ft DeviceType, DeviceUserAgent, LastSuccessSync, DeviceOS
Alles was vor 8.2 ist macht Probleme!

Zweiter Ansatz:
Anzahl der Kalenderelemente – weniger ist mehr!

Get-MailboxFolderStatistics -Identity USER| fl name, itemsinfolder
Alles bei Kalender oder Calendar > 1.500 ist schlecht für das iOS Device

Dritter Ansatz:
Wer macht denn was mit meiner Mailbox (nur interessant, wenn es Stellvertreter etc. gibt)

Aktivierung der Überwachung
Set-Mailbox USER -AuditEnabled $true

Prüfung der Überwachung:
Get-mailbox USER | fl *audit*
Analyse:
Search-MailboxAuditLog -Identity USER -LogonTypes owner, delegate -StartDate 2/1/2015 -EndDate 2/5/2015 -ShowDetails > c:\USER.txt

Viertens – Active Sync Logging:
an: Set-CasMailbox –ActiveSyncDebugLogging $true –Identity USER
aus: Set-CasMailbox –ActiveSyncDebugLogging $false –Identity USER
Get-ActiveSyncDeviceStatistics –mailbox USER -GetMailboxLog:$true

Nachdem das alles nichts helfen wird (aber schlauer macht) hier hoffentlich der Ausblick auf die Lösung:

„although Apple has yet to officially address the bug in iOS 8.1.3 or previous software updates. For that reason, some calendar users syncing with Microsoft Exchange or other services may still experience syncing issues until a wider fix becomes available.”

iOS 8.2 Beta 5
This seed includes fixes to the Exchange ActiveSync client. Please use this seed to test your normal Exchange calendaring workflow along with these specific test cases:

  • Create a recurring event on iOS 8.2. Make changes to individual events in the recurring series with iOS Calendar, Outlook and Outlook web access. Make sure all changes are correctly displayed by all clients.
  • Create events with extensive, rich-text notes in Outlook. Make sure that notes are not changed in Outlook when an iOS 8.2 user accepts the invitation.

Hoffen wir das Beste…

Über Jörg Sahlmann 286 Artikel
Specialization is for insects

Ersten Kommentar schreiben

Kommentar verfassen

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahren Sie mehr darüber, wie Ihre Kommentardaten verarbeitet werden .