Republic Project MRAID SDK  1.0
 All Classes Functions Properties
RPEventKit Class Reference

#import <RPEventKit.h>

Inheritance diagram for RPEventKit:

Instance Methods

(id) - initWithViewController:
 
(void) - addEvent:
 

Properties

id< RPEventKitDelegatedelegate
 
NSString * currentId
 

Detailed Description

Class to open the default calendar to add events

Method Documentation

- (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

Parameters
viewControllerView controller where to present the iOS event view controller
Returns
The newly initialized event kit