From 75d7ac22a40bab867410887a8a5886ba7a00a376 Mon Sep 17 00:00:00 2001 From: Daisie Huang Date: Wed, 29 Jan 2020 14:25:38 -0800 Subject: [PATCH] create_calendar_event accepts string sendUpdates, not boolean --- google_calendar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_calendar.yml b/google_calendar.yml index ae8e494..f5243ea 100644 --- a/google_calendar.yml +++ b/google_calendar.yml @@ -666,7 +666,7 @@ paths: - description: Guests who should receive notifications about the creation of the new event. in: query name: sendUpdates - type: boolean + type: string enum: - all - externalOnly