开发者

can we access iphone calendar with ipohone sdk?

开发者 https://www.devze.com 2023-01-21 05:06 出处:网络
is it possible to access iphone calendar with coding likec开发者_JS百科an we access its entries or put new entries to it with sdk?If yes then which version of sdk have this feature ? good answers will

is it possible to access iphone calendar with coding like c开发者_JS百科an we access its entries or put new entries to it with sdk?If yes then which version of sdk have this feature ? good answers will be appreciated


The EventKit framework was added in iOS 4.0. It lets you access and modify calendar event information. You might also want to take a look at the EventKitUI framework.


Also mark EventKit framework as optional/weak in Xcode's "Link Binary with Libraries" section, as in here.

0

精彩评论

暂无评论...
验证码 换一张
取 消