This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves an event.
function getEvent(eventId: string, options: GetEventOptions): Promise<Event>;
ID of the event to retrieve.
Min: 36 characters Max: 250 characters
import { events } from "@wix/calendar";
async function getEvent(eventId, options) {
const response = await events.getEvent(eventId, options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.