Republic Project MRAID SDK
1.0
|
#import <RPEventKit.h>
Instance Methods | |
(id) | - initWithViewController: |
(void) | - addEvent: |
Properties | |
id< RPEventKitDelegate > | delegate |
NSString * | currentId |
Class to open the default calendar to add events
- (void) addEvent: | (NSDictionary *) | eventDictionary |
Opens a popup allowing the user to add events to the calendar, using the dictionary to prepopulate the event
- (id) initWithViewController: | (UIViewController *) | viewController |
Inits the class with a view controller
viewController | View controller where to present the iOS event view controller |