linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
153 stars 98 forks source link

Recurring Event Support #19

Closed got-root closed 9 years ago

got-root commented 9 years ago

Added support for recurring events. Events could be either 'daily', 'weekly', 'monthly', or 'yearly'. Also added the methods get_occurrence and get_master to retrieve associated events. Added 44 tests and documentation.

got-root commented 9 years ago

Also just added a quick fix for issue #5

catermelon commented 9 years ago

Yay, you're amazing. Thanks so much for all this work. Reading through it now.