You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Google.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ var $event; $result : Object
382
382
383
383
$event:={}
384
384
$event.summary:="Team Meeting"
385
-
$event.start:={]
385
+
$event.start:={}
386
386
$event.start.date:=Current date
387
387
$event.start.time:=Current time
388
388
$event.end:={}
@@ -428,8 +428,6 @@ And in *option*, you can pass the following additional optional properties:
428
428
| sendUpdates | String | Defines who should receive email notifications about the update. Acceptable values:<br>• `"all"` – Notify all attendees.<br>• `"externalOnly"` – Notify only non-Google users.<br>• `"none"` – No notifications sent. |
429
429
| supportsAttachments | Boolean | Indicates whether the API client supports attachments. Must be `true` to modify the [`attachments`](#attachment-object-google) property. Defaults to `false`. |
430
430
| fullUpdate | Boolean | If `true`, the full event is replaced. If `false` (default), only specified fields are updated. |
431
-
432
-
> **Note:** This method replaces the entire event with the data you send. To avoid losing information, always include required fields like `start` and `end`.
0 commit comments