View on GitHub

YMCalendarActivity

YMCalendar is a custom UIActivity that adds event to the calendar with EKEventEditViewController.

Download this project as a .zip file Download this project as a tar.gz file

YMCalendarActivity

Build Status

YMCalendarActivity is a custom UIActivity that adds event to the calendar with EKEventEditViewController.

Screenshot of YMCalendarActivity

Requirements

iOS 6+ for UIActivity support.

Installation

Add EventKit.framework and EventKitUI.framework to your project. Then add YMCalendarActivity.h, YMCalendarActivity.m, YMCalendarActivityEvent.h and YMCalendarActivityEvent.m to your project.

Usage

See demo project.

License

The MIT License. See LICENSE.