linkedin / pyexchange

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

Support for getting conflicting events #25

Closed got-root closed 9 years ago

got-root commented 9 years ago

Added the recurring_event_ids attribute which gets set when retrieving events. Good when the client has a cache of the events.

Also added the recurring_events() method to pull all those conflicting events in one request.

Added tests & doc.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.36%) when pulling 0221724287b136e6914d70a6fff97629b4757d5f on txstate:master into 894c5696d0eb20c7c4431513e2f35ad762dc4223 on linkedin:master.

catermelon commented 9 years ago

:+1: :+1: