Skip to content

Commit

Permalink
Add responseStatus documentation (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIC-BV committed Oct 9, 2023
1 parent 83e199d commit cad3ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $event->addAttendee([
'email' => 'john@example.com',
'name' => 'John Doe',
'comment' => 'Lorum ipsum',
'responseStatus' => 'needsAction',
]);
$event->addAttendee(['email' => 'anotherEmail@gmail.com']);
$event->addMeetLink(); // optionally add a google meet link to the event
Expand Down

0 comments on commit cad3ac5

Please sign in to comment.