Skip to main content

@wildix-internal/wim-calendar-client > ScheduleEventInput

ScheduleEventInput interface

Signature:

export interface ScheduleEventInput 

Properties

Property

Modifiers

Type

Description

attendees?

(CalendarEventParticipant)[] | undefined

(Optional)

company

string

description?

string | undefined

(Optional) Event description. If not provided, will be generated automatically using default template.

duration

string

emailNotification?

EventNotification | undefined

(Optional) Email notification settings

extra?

CalendarEventExtraData | undefined

(Optional)

invitee?

CalendarEventParticipant | undefined

(Optional)

owner

CalendarEventParticipant

resource?

string | undefined

(Optional) Used to identify the source of the event. Combination of service(for example 'voicebot') and client identifier(phone number, email or stream id). example: voicebot#1234567890

start

string

summary?

string | undefined

(Optional) Event title