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.
我只是在开发一个在日历 ( EventKit) 中创建事件的简单应用程序,我不想为我的应用程序添加特定的日历,我更喜欢让用户自由选择在哪些日历上添加新事件。
EventKit
我认为一种方法是将 eventIdentifiers 存储在 Plist 中或使用 Coredata,并在每次需要时按 id 获取事件......但我很想知道是否有更简单和更好的集成方法来获取仅由创建的事件我的应用程序。