We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e199d commit cad3ac5Copy full SHA for cad3ac5
README.md
@@ -21,6 +21,7 @@ $event->addAttendee([
21
'email' => '[email protected]',
22
'name' => 'John Doe',
23
'comment' => 'Lorum ipsum',
24
+ 'responseStatus' => 'needsAction',
25
]);
26
$event->addAttendee(['email' => '[email protected]']);
27
$event->addMeetLink(); // optionally add a google meet link to the event
0 commit comments