Skip to content

Commit d42dd3d

Browse files
Update Google.md
1 parent 6bb372e commit d42dd3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Google.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ var $event; $result : Object
382382
383383
$event:={}
384384
$event.summary:="Team Meeting"
385-
$event.start:={]
385+
$event.start:={}
386386
$event.start.date:=Current date
387387
$event.start.time:=Current time
388388
$event.end:={}
@@ -428,8 +428,6 @@ And in *option*, you can pass the following additional optional properties:
428428
| 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. |
429429
| supportsAttachments | Boolean | Indicates whether the API client supports attachments. Must be `true` to modify the [`attachments`](#attachment-object-google) property. Defaults to `false`. |
430430
| 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`.
433431

434432
#### Returned Object
435433

0 commit comments

Comments
 (0)