Skip to content

Instantly share code, notes, and snippets.

View MiklinMA's full-sized avatar
🎯
Focusing

Mike Miklin MiklinMA

🎯
Focusing
View GitHub Profile
@wata
wata / EventStoreNotificationInfo.swift
Last active March 27, 2024 05:27
Parse EKEventStoreChanged notification user info
struct EventStoreNotificationInfo {
let changeType: Int
let calendarDataChanged: Bool
let remindersDataChanged: Bool
let changedObjectIDs: [NSObject]
let modifiedObjectIdentifiers: Set<String>? // Not included in iOS 16?
struct UserInfoKeys {
static let changeType = "EKEventStoreChangeTypeUserInfoKey"
static let calendarDataChanged = "EKEventStoreCalendarDataChangedUserInfoKey"