This method has been replaced with Bulk Update Rsvps, and will be removed on June 30, 2025.
Updates statuses of multiple RSVPs.
function bulkUpdateRsvp(
eventId: string,
options: BulkUpdateRsvpOptions,
): Promise<BulkUpdateRsvpResponse>;
Event ID to which RSVP belongs.
Optional fields.
import { rsvp } from "@wix/events";
async function bulkUpdateRsvp(eventId, options) {
const response = await rsvp.bulkUpdateRsvp(eventId, options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.