Counts RSVPs given the provided filtering and searching.
function countRsvps(options: CountRsvpsOptions): Promise<CountRsvpsResponse>;
import { rsvpV2 } from "@wix/events";
async function countRsvps(options) {
const response = await rsvpV2.countRsvps(options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.