• Stars
    star
    207
  • Rank 189,769 (Top 4 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 11 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A set of classes used to parse and handle iCalendar (.ICS) files

MXLCalendarManager

A set of classes to parse and handle iCalendar (.ICS) files. The framework can parse through an iCalendar file and extract all VEVENT objects into MXLCalendarEvent items. Then, by running the checkDate: or checkDay:month:year you can see if the event occurs on a certain day.

Installation

The recommended installation is via CocoaPods.

pod 'MXLCalendarManager'

Any questions or comments? Feel free to email me or send me a tweet.