简体   繁体   中英

what is EKEvent on iPhone?

I want to ask a question about the iPhone application.

I read the document published by Apple

However, I have not idea of the EKEvent, can anyone explain more to me? Thank you very much.

The EKEvent and eventWithEventStore is used to add/modify events in your calendar app. 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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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