@theredspace/spp-client
    Preparing search index...

    Interface ScheduleException

    A ScheduleException represents a date or date range when a user is unavailable (e.g., vacation, holiday). Supports Add, Read, Modify, Upsert, Delete.

    interface ScheduleException {
        created: DateContainer;
        enddate: DateContainer;
        exception_type?: "R";
        id: string;
        name: string;
        schedule_request_itemid?: string;
        startdate: DateContainer;
        timetypeid?: string;
        updated?: DateContainer;
        userid: string;
        workhours?: number;
        workscheduleid?: string;
    }
    Index

    Properties

    created: DateContainer
    enddate: DateContainer
    exception_type?: "R"
    id: string
    name: string
    schedule_request_itemid?: string
    startdate: DateContainer
    timetypeid?: string
    updated?: DateContainer
    userid: string
    workhours?: number
    workscheduleid?: string