jayrav13 / ical_dict

A Python library to convert an .ics file into a Dictionary object.
MIT License
5 stars 1 forks source link

Expose Helper Functions #5

Open jayrav13 opened 8 years ago

jayrav13 commented 8 years ago

Along with convert(), expose additional helper functions that help decipher the .ics file.

An initial example: unique_keys, a function that returns an array of all of the unique data points that make up each event.

jayrav13 commented 8 years ago

Another potential helper function is event_count, a fast function that can return the number of events in an .ics file.