Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EKEventStore saveEvent を使用してカスタム イベントをカレンダーに保存しています。戻り値はブール値であるため、ストレージ プロセスが失敗した場合に処理できます。このイベントの一意の識別子を簡単に見つけて、後で eventWithIdentifier を使用して取得できる可能性はありますか? 複数の結果が返される可能性があるため、日付で選択したくありません。「私の」イベントを取得する可能性は他にありますか?
(NSString *) uniqueIdentifier = myEvent.eventIdentifier;
それでおしまい。