Skip to content

Releases: nylas/exchangelib

Support Exchange 2019

11 May 22:21
c412274
Compare
Choose a tag to compare
Merge pull request #45 from nylas/support-exchange-2019

Support Exchange 2019

Improve error handling for calendar items with occurrence item ids

11 Dec 16:46
712ff39
Compare
Choose a tag to compare

Merge pull request #41 from nylas/check-occurrence-id

Improve all day event handling & add GenericDateField class

05 Dec 01:16
f3fb7df
Compare
Choose a tag to compare
Merge pull request #39 from nylas/all-day-event-handling

Modify the CalendarItem logic to better account for all day events

Add FreeBusyAccount class

21 Nov 00:19
caa011c
Compare
Choose a tag to compare
Merge pull request #38 from nylas/freebusyaccount

Add a new FreeBusyAccount class object

Implement support for OccurrenceItemId

07 Oct 21:15
Compare
Choose a tag to compare

Implement support for OccurrenceItemId

Update urllib in util to be Python 2/3 compatible

03 Oct 17:59
Compare
Choose a tag to compare
Implement support for OccurrenceItemId

This identifier field allows us to indicate a specific occurrence within
a recurring series so that we can make individual changes to it. You can
also update occurrences with their direct item id, but unless you're
storing every single occurrence on your end, you're not going to have
the item id for every occurrence. The OccurrenceItemId identifies an
occurrence via the master event's item id and the instance number of the
occurrence within the series.

Add support for Office365 OAuth

19 Aug 19:43
483c250
Compare
Choose a tag to compare
Merge pull request #33 from nylas/add_oauth_support

Add OAuth support to Exchangelib

Remove logic to include timezone fields on event updates

12 Jul 18:58
95556ed
Compare
Choose a tag to compare
Merge pull request #32 from nylas/annielcook/remove-tz-logic

Remove logic to pass timezone fields with CalendarItem updates

Add ExtendedProperty flag for MessageItems

19 Feb 21:06
ab57e95
Compare
Choose a tag to compare
Merge pull request #31 from nylas/add-flagging-extended-property

Add a flag ExtendedProperty for MessageItems

Modify to_xml

04 Dec 19:51
8594af8
Compare
Choose a tag to compare
Merge pull request #29 from nylas/raw-data

Modify to_xml method so that we can include/exclude read_only_fields