Add additional attendees to existing event #248
amit-soni7
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This is currently to possible. Feel free to PR this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$event->addAttendee() method is available to add attendees to an event. however we want to add additional email/ attendees to same event, it remove previously added attendees.
for example:
add a@example.com and b@example.com and save();
if we want add c@example.com in update/patch, it removes previously added a and b then adds c.
what can we do with this situation??
Beta Was this translation helpful? Give feedback.
All reactions