Skip to content

Releases: Wisembly/CalendArt

Fix an issue with Google User object context

09 Feb 16:30
Compare
Choose a tag to compare
1.1.2

[Google] Fix an issue with object context

Add getters in some Google objects

09 Feb 16:07
Compare
Choose a tag to compare
v1.1.1

[Google] Add getter for raw property in some Google objects

Add raw response on Google objects

09 Feb 15:55
Compare
Choose a tag to compare

Add the raw response on Google objects that can be used for all implementations that CalendArt doesn't handle yet (as recurring events).

Enhance google's api error exception

18 Dec 14:25
Compare
Choose a tag to compare

This release is just adding a getter to fetch what the json error could have throw. to get way more details than a simple ReasonPhrase when fetching things from google

Final Release !

28 Nov 09:40
Compare
Choose a tag to compare

A few things were fixed since the last RC, but this should now be stable enough. A lot of things and refactoring happened on the Google Adapter (such as the breaking of the Event object into several one of those, to handle particularities on the recurring objects).

The Recurring objects are not "truly" yet supported though.

Release Candidate

12 Sep 08:43
Compare
Choose a tag to compare

A few changes since beta 2 (with a few bc breaks)

  • An adapter registry was implemented
  • The ACL for the calendars were implemented
  • Event and Calendar objects are now abstracts (and thus changed their names)
  • The CalendarApiInterface now requests a getPermissions for a specific calendar
  • It is now possible to set the permissions on the go after the Calendar was instanciated

On the google adapter, a few things have changed, like...

  • The adapter is now injected into the apis
  • The user associated to the used token is now fetchable (so now the token also requests the email scope)
  • A user may have more than one email

That's all folks !

1.0 - Second beta

04 Sep 09:42
Compare
Choose a tag to compare
1.0 - Second beta Pre-release
Pre-release

This second beta add the Criteria handling. this allows you to modify your request if you ever need to do it.

A good example is if you need to add some more parameters to the Google adapter, in which you may want to limit your results (such as only events with at most 5 attendees, ... etc).

A doc should be coming on the stable release to explain how

1.0 - First beta

04 Sep 09:37
Compare
Choose a tag to compare
1.0 - First beta Pre-release
Pre-release
v1.0-beta

Add merge tests