You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a $options = [] parameter to various methods
Made ExchangeWebServices::drillDownResponses() static
Added a NotificationAPI::handlePushNotification() method
Added a NotificationAPI::subscribeToPushNotifications() method
Allowed BaseFolderIdType to any method that used to only accept FolderIdType, so you can use Distinguished IDs
Fetching the default folder for Calendar, Inbox or Contacts now just constructs the DistinguishedId instead of going to EWS
Adding simple usage for addReplyTo and setReplyTo
Adding a simple usage for setFrom
CalendarAPI::areAvailable will now check for an error and throw a useful Exception
Updated the Restriction format to allow for multiple If's and nexted And's/Or's
Fixed an issue with certain characters in the XML (Issue #180)
0.9.6 - 2018-01-26
Added an options parameter to CalendarAPI::updateCalendarItem()
0.9.5 - 2017-10-31
Allow strings to be passed in to MessageType::setBccRecipients and MessageType::setCcRecipients as well as their
functions to add recipients, just like we do for To Recipients
0.9.4 - 2017-08-29
Fixed some bugs with the usage of ensureIsArray
0.9.3 - 2017-05-08
Added ExchangeWebServices::VERSION_2016 and support for that version in Autodiscover