Type alias AppointmentSchedulingPolicy

AppointmentSchedulingPolicy: Metadata & {
    appointmentStartTimeInterval: string;
    masterLabel: string;
    shouldConsiderCalendarEvents: boolean;
    shouldEnforceExcludedResource: boolean;
    shouldEnforceRequiredResource: boolean;
    shouldMatchSkill: boolean;
    shouldMatchSkillLevel: boolean;
    shouldRespectVisitingHours: boolean;
    shouldUsePrimaryMembers: boolean;
    shouldUseSecondaryMembers: boolean;
}

Type declaration

  • appointmentStartTimeInterval: string
  • masterLabel: string
  • shouldConsiderCalendarEvents: boolean
  • shouldEnforceExcludedResource: boolean
  • shouldEnforceRequiredResource: boolean
  • shouldMatchSkill: boolean
  • shouldMatchSkillLevel: boolean
  • shouldRespectVisitingHours: boolean
  • shouldUsePrimaryMembers: boolean
  • shouldUseSecondaryMembers: boolean