I keep getting the error: uninitialized constant EKEventEditViewController (NameError) when trying to initialize the controller.
controller = EKEventEditViewController.alloc.init
Do I need to require any particular framework to use this controller?