All notable changes to laravel-google-calendar
will be documented in this file
- [fix] typo by @AIC-BV in spatie#281
- Laravel 11.x Compatibility by @laravel-shift in spatie#295
Full Changelog: https://github.com/spatie/laravel-google-calendar/compare/3.7.1...3.8.0
- Remove readonly properties by @AIC-BV in spatie#278
- Add responseStatus documentation by @AIC-BV in spatie#279
Full Changelog: https://github.com/spatie/laravel-google-calendar/compare/3.7.0...3.7.1
- Domain-wide delegation support (#230)
- allow optional parameters on delete (#200)
- allow user to pass in optional parameters to
updateEvent
(#199)
- add support PHP 8
- add support for adding attendees to events (#178)
- add support for Laravel 8
- add support for OAuth2 authentication, source property on events (#163)
- allow
CarbonImmutable
date (#160)
- revert changes of previous release
- make factory more flexible
- make factory more flexible
- add quick save (#147)
- allow usage of Carbon immutable (#141)
- add support for Laravel 7
- allow passing array of credentials (#139)
- Fixed fetching more than 250 results of calendar events (#133)
- Add getter for calendar ID per event (#131)
- Laravel 6 compatibility; dropped support for older versions
- allow carbon v2
listEvents
now returns events sorted chronologically
- add ability to add query params
- improve sorting
- add
update
method
- use Google API v2
- rename config file
- Added:
addAttendee
method toEvent
- Fixed: Bug regarding creation of events with custom ids
- Fixed: The timezone of a passed Carbon object will be used when creating events
- Fixed: Creating an event on an alternative calendar wont fail anymore
- Initial release