Skip to content

Commit d737726

Browse files
Update Google.md
1 parent bef61be commit d737726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Google.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,9 @@ The method returns a standard [**status object**](#status-object-google-class).
500500
Delete a calendar event:
501501

502502
```4d
503-
$status:=$google.calendar.deleteEvent({eventId: $event.event.id})
503+
var $Google:=cs.NetKit.Google.new($Oauth)
504+
505+
$status:=$google.calendar.deleteEvent({eventId: $event.id})
504506
```
505507

506508
### Event object

0 commit comments

Comments
 (0)