Skip to content

Commit cad3ac5

Browse files
authored
Add responseStatus documentation (#279)
1 parent 83e199d commit cad3ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $event->addAttendee([
2121
'email' => '[email protected]',
2222
'name' => 'John Doe',
2323
'comment' => 'Lorum ipsum',
24+
'responseStatus' => 'needsAction',
2425
]);
2526
$event->addAttendee(['email' => '[email protected]']);
2627
$event->addMeetLink(); // optionally add a google meet link to the event

0 commit comments

Comments
 (0)