All notable changes to laravel-google-calendar
will be documented in this file
- 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