1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating README
Gareth Parker
as Garethp
More... over 9 years ago
Added `CalendarAPI::acceptMeeting($itemId, $message, $sensitivity = 'Private', $options = array()`
Gareth Parker
as Garethp
More... over 9 years ago
Added getServerTimezones
Gareth Parker
as Garethp
More... over 9 years ago
Removing uneeded class
Gareth Parker
as Garethp
More... over 9 years ago
Update PHPUnit version
Gareth Parker
as Garethp
More... over 9 years ago
Improving documentation for OAuth Authentication
Gareth Parker
as Garethp
More... over 9 years ago
Removing an unused function
Gareth Parker
as Garethp
More... over 9 years ago
Improving unit tests
Gareth Parker
as Garethp
More... over 9 years ago
Pushing new recordings
Gareth Parker
as Garethp
More... over 9 years ago
Improving some phpDocs and improving how we store the headers of a soap request before we decide which ones should and should not be used
Gareth Parker
as Garethp
More... over 9 years ago
Updating a test to clean up after itself, so needed to re-record
Gareth Parker
as Garethp
More... over 9 years ago
Updating a test to clean up after itself, so needed to re-record
Gareth Parker
as Garethp
More... over 9 years ago
Updating Changelog and README
Gareth Parker
as Garethp
More... over 9 years ago
Adding a "setFolderId" method
Gareth Parker
as Garethp
More... over 9 years ago
Updating the code generator to work with the interfaces we use now
Gareth Parker
as Garethp
More... over 9 years ago
Added a simple usage for contacts
Gareth Parker
as Garethp
More... over 9 years ago
`MailAPI::getMailItems()` now returns the `FindItemParentType`, which as of `0.7.0` is iterable.
Gareth Parker
as Garethp
More... over 9 years ago
Updating date on Changelog
Gareth Parker
as Garethp
More... over 9 years ago
Implemented `ArrayAccess`, `AggregateIterator` and `Countable` on `ArrayOfRealItemsType`, `FindItemParentType` and `GroupedItemsType` to let you iterate over them directly. This should allow you to use responses more effectively and access other data that was previous lost (such as whether or not the responses returned were paginated). This is a breaking change because `getCalendarItems()` now returned a `FindItemParentType` object which, while you can use as an array, will return false on is_array()
Gareth Parker
as Garethp
More... over 9 years ago
Adding an option to get the raw responses from requests instead of having them drilled down automatically
Gareth Parker
as Garethp
More... over 9 years ago
Fixing how fieldUri's are fetched
Gareth Parker
as Garethp
More... over 9 years ago
Allowing you to do an ItemAttachmentType::getItemAttachment
Gareth Parker
as Garethp
More... over 9 years ago
Including MimeContent for ItemAttachments so that we can save them as files
Gareth Parker
as Garethp
More... over 9 years ago
Fixing a bug in the options over-write
Gareth Parker
as Garethp
More... over 9 years ago
Allow null for changeKey in an ItemId and adding an $options to CalendarAPI::createCalendarItems() and updated changelog
Gareth Parker
as Garethp
More... over 9 years ago
Updating changelog for new release
Gareth Parker
as Garethp
More... over 9 years ago
Adding tests
Gareth Parker
as Garethp
More... over 9 years ago
Updating README file
Gareth Parker
as Garethp
More... over 9 years ago
Simplifying the static constructors
Gareth Parker
as Garethp
More... over 9 years ago
Adding new examples
Gareth Parker
as Garethp
More... over 9 years ago