有没有办法使用 iOS EventKit 修改我的出勤状态?
Is there a way to modify my attendance status using iOS EventKit?
我使用 Apple 的 EventKit
从我的日历中检索事件
现在我有了一份包含详细信息的活动列表。 我想选择一个特定的事件并更改我的(并且只有我的)出席状态(即从可能到接受)。
我看不到明显的选择。我可以阅读:
- “EventKit 无法将参与者添加到事件中,也无法更改参与者信息。” EkParticipant
- “与会者是只读的属性” Attendees
有办法吗?
我注意到使用 EkEventEditViewController 的另一种方法。
如果可能的话,我想避免这种情况。
PS。
我看到了这些,但我认为它们有点过时了:
- How to accept/decline EKEvent invitation?
- EKEvent accept event invtation
- Adding EKParticipants to an EKEvent in EventKit
我刚用过 EventKitUI 并且有效。
我使用 Apple 的 EventKit
从我的日历中检索事件现在我有了一份包含详细信息的活动列表。 我想选择一个特定的事件并更改我的(并且只有我的)出席状态(即从可能到接受)。
我看不到明显的选择。我可以阅读:
- “EventKit 无法将参与者添加到事件中,也无法更改参与者信息。” EkParticipant
- “与会者是只读的属性” Attendees
有办法吗?
我注意到使用 EkEventEditViewController 的另一种方法。 如果可能的话,我想避免这种情况。
PS。 我看到了这些,但我认为它们有点过时了:
- How to accept/decline EKEvent invitation?
- EKEvent accept event invtation
- Adding EKParticipants to an EKEvent in EventKit
我刚用过 EventKitUI 并且有效。