Skip to content

Releases: Calendart/Office365Adapter

Exceptions

14 Apr 09:12
Compare
Choose a tag to compare

Add a set of exceptions (all implementing some of the interfaces of CalendArt), thanks to @rgazelot in #18

Event creation

13 Apr 15:44
Compare
Choose a tag to compare

Add support for event persisting (creation, modification). Thanks @krichprollsch in #16 and #19

Datetimezones fix

05 Apr 15:53
Compare
Choose a tag to compare

Fixes problems on timezones (thanks @rgazelot in #17)

v1.3.0 : Graph Api

23 Mar 15:47
Compare
Choose a tag to compare

Now using the graph api instead of classical office365 api. See #15 for more details. No breaking compatibility changes, so incrementing only the minor version.

Fix location not always sent

27 Jan 13:30
Compare
Choose a tag to compare

This release fixes a bug, if the location wasn't correctly defined in the Office Api (thanks @krichprollsch in #12)

1.2 : Support for fetching a single event

01 Dec 16:19
Compare
Choose a tag to compare

This release add the support to fetch a single event from Office365 apis. (Thanks bobby @rgazelot in #11)

Attendees without a Status

13 Nov 00:11
Compare
Choose a tag to compare

Fix brought by @krichprollsch in #10 : An attendee in the Office365 api does not always have a status

Timezones fix

18 Sep 13:34
Compare
Choose a tag to compare

Office365 (and Microsoft) uses other namespaces than the ones the IANA knows, and thus makes call to DateTimeZone uneffective, #8 fixes that (@lunika).

The travis tests were enabled, and the namespace notation were changed too.

Allow some more query parameters in Eventapi

15 Sep 19:51
Compare
Choose a tag to compare

Such as pagination handling, even though something better should be set up (fetching everything within a range, etc).