Retrieves an event by ID.
function getEvent(eventId: string, options: GetEventOptions): Promise<V3Event>;
Event ID.
Optional fields.
import { wixEventsV2 } from "@wix/events";
async function getEvent(eventId, options) {
const response = await wixEventsV2.getEvent(eventId, options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.