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.
How to create our own calendar in ipad,有没有API?请建议我。
How to create our own calendar in ipad
我在谷歌搜索了很多,但没有任何创建自定义日历并在日历中添加事件的 API ......
谢谢你。
自定义日历创建有很多资源:
你是否浏览过这些链接:
链接 1
链接 2
链接 3
如果您使用 Ios 日历,那么只需执行以下操作:EKEventstore
EKEventstore
EventKit节目指南
苹果文档
要创建/管理日历事件,请查看EKEventStore。
EKEventStore
http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EKEventStoreClassRef/Reference/Reference.html
当然,您可以创建自己的日历,但为此您需要使用日期并且必须自己绘制日历。如果您不想自己绘制所有内容,可以使用这个开源日历:
klazuka_Calendar https://github.com/klazuka/Kal