onRsvpUpdated( )


A backend event that fires when an RSVP is updated.

The onRsvpUpdated() event handler runs when an RSVP is updated. The received RsvpUpdatedEvent object contains information about the updated RSVP.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventRsvpUpdatedEventRequired

Information about the RSVP that was updated.

Was this helpful?
Yes
No