答案 0 :(得分:1)
EKEvent和eventWithEventStore用于在日历应用中添加/修改事件。使用其属性来获取/设置事件的标题和描述。
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.
也许你可以告诉我你想做什么?