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 与 Kal 日历一起使用。
在 Kal 的示例中,我有使用 SQLiteDataSource 的日历,但无法弄清楚如何将 dataSource 与 EKEventStore 集成。
作为起点,一些代码:
kal.delegate = self; dataSource = [[EventKitDataSource alloc] init]; kal.dataSource = dataSource;`
任何建议将不胜感激。
好的,解决方案就在我面前,我错过了。Kal 的示例之一 NativeCal 使用 EKEventKit :)