Releases: Calendart/GoogleAdapter
Releases · Calendart/GoogleAdapter
Better exceptions handling
v1.3.1
No any new features per se, but...
- Remove useless hydrate on partial events (@krichprollsch in #12)
- Add a possibility to send or not a notification when persisting an event (@krichprollsch in #13)
Meeting persist
This release add the persisting and creating an event in google (thanks @krichprollsch in #9 and #11)
1.2 : Sync with CalendArt v1.4
This is to sync with the forthcoming CalendArt 1.4 release
- 7ed02ad The AbstractCriterion is now in the GoogleAdapter
- ca492cc, 08b377b The EventApiInterface is not scoping with a Calendar anymore, while Google's EventApi is
- 3de97ef Calendars can have no timezone set
- 6aed8d9 Removed Event rehydratation when persisting it
- c1cc453 use a proper name on the visibility getters
Google Patch
Split
The repository was splitted in two (the main part of the library, which is the base of all adapters, which lives in its own repository, and the GoogleAdapter)
You will then need to include two dependencies if you wish to use it like before :
- calendart/calendart ~1.0
- calendart/google-adapter ~1.0 for google adapter