Type Alias CalendarGetFreeSlots

CalendarGetFreeSlots: {
    startDate: string;
    endDate: string;
    userId?: string;
    userIds?: string[];
    timezone?: string;
    enableLookBusy?: string;
}

Type declaration

  • startDate: string
  • endDate: string
  • OptionaluserId?: string
  • OptionaluserIds?: string[]
  • Optionaltimezone?: string
  • OptionalenableLookBusy?: string