vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface AppointmentSchedulingPolicyMetadata

    interface AppointmentSchedulingPolicyMetadata {
        appointmentAssignmentPolicy?: string;
        appointmentStartTimeInterval: string;
        extCalEventHandler?: string;
        fullName?: string;
        isSvcTerritoryMemberShiftUsed?: boolean;
        isSvcTerrOpHoursWithShiftsUsed?: boolean;
        masterLabel: string;
        shouldCheckExternalCalendar: boolean;
        shouldConsiderCalendarEvents: boolean;
        shouldEnforceExcludedResource: boolean;
        shouldEnforceRequiredResource: boolean;
        shouldMatchSkill: boolean;
        shouldMatchSkillLevel: boolean;
        shouldRespectVisitingHours: boolean;
        shouldUsePrimaryMembers: boolean;
        shouldUseSecondaryMembers: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appointmentAssignmentPolicy?: string
    appointmentStartTimeInterval: string
    extCalEventHandler?: string
    fullName?: string
    isSvcTerritoryMemberShiftUsed?: boolean
    isSvcTerrOpHoursWithShiftsUsed?: boolean
    masterLabel: string
    shouldCheckExternalCalendar: boolean
    shouldConsiderCalendarEvents: boolean
    shouldEnforceExcludedResource: boolean
    shouldEnforceRequiredResource: boolean
    shouldMatchSkill: boolean
    shouldMatchSkillLevel: boolean
    shouldRespectVisitingHours: boolean
    shouldUsePrimaryMembers: boolean
    shouldUseSecondaryMembers: boolean