2015-02-11 68 views

回答

0

檢查這個庫JSCalendarManager它會幫助你很多,併爲你的方便準備和抽象所有的方法。

要更新的事件使用下面的方法

/*! 
@method  updateEvent: withTitle: location: startTime: endTime: description: URL: completionHandler: 
@discussion Call this method to retrieve and update an event. 
*/ 
-(void)updateEvent:(NSString *)eventIdentifier 
     withTitle:(NSString *)title 
      location:(NSString *)location 
     startTime:(NSDate *)start 
      endTime:(NSDate *)end 
     description:(NSString *)descrition 
       URL:(NSString *)urlString 
completionHandler:(eventsOperationCompletionHandler)handler; 
相關問題