@webitel/api-services
    Preparing search index...
    interface EngineCreateCalendarRequest {
        accepts?: EngineAcceptOfDay[];
        description?: string;
        domainId?: string;
        endAt?: string;
        excepts?: EngineExceptDate[];
        name?: string;
        specials?: EngineAcceptOfDay[];
        startAt?: string;
        timezone?: EngineLookup;
    }
    Index

    Properties

    accepts?: EngineAcceptOfDay[]
    description?: string
    domainId?: string
    endAt?: string
    excepts?: EngineExceptDate[]
    name?: string
    specials?: EngineAcceptOfDay[]
    startAt?: string
    timezone?: EngineLookup