Skip to content

Releases: Calendart/GoogleAdapter

Better exceptions handling

14 Apr 09:14
Compare
Choose a tag to compare

More various excexptions so that it is easier to debug google errors (thanks to @rgazelot in #10)

v1.3.1

13 Apr 15:42
Compare
Choose a tag to compare

No any new features per se, but...

Meeting persist

07 Apr 11:35
Compare
Choose a tag to compare

This release add the persisting and creating an event in google (thanks @krichprollsch in #9 and #11)

1.2 : Sync with CalendArt v1.4

23 Mar 13:46
Compare
Choose a tag to compare

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

02 Mar 17:42
Compare
Choose a tag to compare

This release is now giving the possibility to edit a google event through CalendArt, and also removes things it should not mess with

  • Possibility to edit a Google Event #1
  • BC BREAK Removed useless OAuthToken #3
  • Use the real parent on the Event object if it is available #4 #2

Split

10 Feb 11:11
Compare
Choose a tag to compare

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