Bump gcal_sync to 5.0.0 (#102010)

* Bump gcal_sync to 5.0.0

* Update snapshots
This commit is contained in:
Allen Porter 2023-10-15 11:24:41 -07:00 committed by GitHub
parent 2c3067b9c2
commit 6f5a72edf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/calendar.google",
"iot_class": "cloud_polling",
"loggers": ["googleapiclient"],
"requirements": ["gcal-sync==4.1.4", "oauth2client==4.1.3"]
"requirements": ["gcal-sync==5.0.0", "oauth2client==4.1.3"]
}

View File

@ -854,7 +854,7 @@ gardena-bluetooth==1.4.0
gassist-text==0.0.10
# homeassistant.components.google
gcal-sync==4.1.4
gcal-sync==5.0.0
# homeassistant.components.geniushub
geniushub-client==0.7.0

View File

@ -679,7 +679,7 @@ gardena-bluetooth==1.4.0
gassist-text==0.0.10
# homeassistant.components.google
gcal-sync==4.1.4
gcal-sync==5.0.0
# homeassistant.components.geocaching
geocachingapi==0.2.1

View File

@ -22,6 +22,11 @@
'recurrence': list([
]),
'recurring_event_id': None,
'reminders': dict({
'overrides': list([
]),
'use_default': True,
}),
'start': dict({
'date': None,
'date_time': '2023-03-13T12:00:00-07:00',
@ -50,6 +55,11 @@
'RRULE:FREQ=WEEKLY',
]),
'recurring_event_id': None,
'reminders': dict({
'overrides': list([
]),
'use_default': True,
}),
'start': dict({
'date': '2022-10-08',
'date_time': None,