如何访问 iPhone 的日历以便获取会议的与会者
Posted
技术标签:
【中文标题】如何访问 iPhone 的日历以便获取会议的与会者【英文标题】:How to access iPhone's Calendar so I can get the attendees of a meeting 【发布时间】:2013-05-11 05:51:49 【问题描述】:如何访问 iPhone 的日历,以便获取会议参与者?
【问题讨论】:
【参考方案1】:您需要为此使用“EventKit”: http://developer.apple.com/library/ios/#documentation/DataManagement/Conceptual/EventKitProgGuide
【讨论】:
【参考方案2】:使用 EventKit 框架
看看这个演示:http://developer.apple.com/library/ios/#samplecode/SimpleEKDemo/Listings/Classes_RootViewController_h.html#//apple_ref/doc/uid/DTS40010160-Classes_RootViewController_h-DontLinkElementID_3
解决您的问题。
代码:
self.eventStore = [[EKEventStore alloc] init];
self.eventsList = [[NSMutableArray alloc] initWithArray:0];
self.defaultCalendar = [self.eventStore defaultCalendarForNewEvents];
NSArray *calendarArray = [NSArray arrayWithObject:defaultCalendar];
希望这有助于开始...
【讨论】:
以上是关于如何访问 iPhone 的日历以便获取会议的与会者的主要内容,如果未能解决你的问题,请参考以下文章
UCWA 可以检索已安排的 Microsoft Outlook 会议吗?