Add location field to calendar create_event service supported by Google Calendar and Local Calendar (#90098)
* Update __init__.py * Update __init__.py * Update __init__.py * Update calendar.py * Update calendar.py * Update services.yaml * Update services.yaml * Update calendar.py * Update calendar.py * Update __init__.py * Update services.yaml * Update services.yaml * Update test_calendar.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update __init__.py * Update const.py * Address changes to service.yaml * Address changes to service.yaml * Update test_calendar.py * Update test_calendar.py * Update test_calendar.py * Update conftest.py * Update conftest.py * Update calendar.py * Update __init__.py
This commit is contained in:
parent
02ef7d445d
commit
6d8eaa0bee
11 changed files with 37 additions and 1 deletions
|
@ -38,6 +38,7 @@ EVENT_END_DATETIME = "end_date_time"
|
|||
EVENT_IN = "in"
|
||||
EVENT_IN_DAYS = "days"
|
||||
EVENT_IN_WEEKS = "weeks"
|
||||
EVENT_LOCATION = "location"
|
||||
EVENT_START_DATE = "start_date"
|
||||
EVENT_START_DATETIME = "start_date_time"
|
||||
EVENT_SUMMARY = "summary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue