generated/google/apis/calendar_v3.rb in google-api-client-0.25.0 vs generated/google/apis/calendar_v3.rb in google-api-client-0.26.0

- old
+ new

@@ -23,12 +23,12 @@ # Manipulates events and other calendar data. # # @see https://developers.google.com/google-apps/calendar/firstapp module CalendarV3 VERSION = 'V3' - REVISION = '20181002' + REVISION = '20181125' - # Manage your calendars + # See, edit, share, and permanently delete all the calendars you can access using Google Calendar AUTH_CALENDAR = 'https://www.googleapis.com/auth/calendar' # View and edit events on all your calendars AUTH_CALENDAR_EVENTS = 'https://www.googleapis.com/auth/calendar.events'