简体   繁体   English

iPhone上的EKEvent是什么?

[英]what is EKEvent on iPhone?

I want to ask a question about the iPhone application. 我想问一个关于iPhone应用程序的问题。

I read the document published by Apple 我阅读了Apple发布文档

However, I have not idea of the EKEvent, can anyone explain more to me? 但是,我不了解EKEvent,有人可以向我解释更多吗? Thank you very much. 非常感谢你。

The EKEvent and eventWithEventStore is used to add/modify events in your calendar app. EKEvent和eventWithEventStore用于在日历应用程序中添加/修改事件。 Use its properties to get/set event's title and descriptions. 使用其属性来获取/设置事件的标题和描述。

An EKEvent object represents an event added to a calendar in Event Kit.

Use the eventWithEventStore: method to create a new event. Use the properties in the class to get and modify certain information about an event.

You can add and remove alarms from an event with the addAlarm: and removeAlarm: methods.

Maybe you can tell me what you would like to do? 也许你可以告诉我你想做什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM