Namespace

Calendar

CompassClient.Calendar

Calendar.svc Requests

View Source requests/Calendar.js, line 1

Methods

# static getCalendarEventsByUser(userId, startDate, endDate) → {Promise.<CalendarRespone>}

Get all events in a defined time frame by userId

Parameters:
Name Type Description
userId number

Client UserId

startDate string

"yyyy-mm-dd"

endDate string

"yyyy-mm-dd"

View Source requests/Calendar.js, line 16

Resolves array of event objects

Promise.<CalendarRespone>