Interface CreateEventRequest

Hierarchy

  • CreateEventRequest

Properties

busy?: boolean
calendarId?: string
capacity?: number
conferencing?: Conferencing
description?: string
hideParticipants?: boolean
location?: string
metadata?: Record<string, unknown>
participants?: Participant[]
readOnly?: boolean
recurrence?: string[]
reminderMethod?: string
reminderMinutes?: string
roundRobinOrder?: string[]
title?: string
visibility?: "private" | "public"
when: When

Generated using TypeDoc