PUT api/PersonAvailability/PutGenerate

This call generates the availability schedule for the person. It is inteded to be invoked the first time a person enters the app. An availability is generated for each day between 9 am to 9 pm (person's timezone), where the person is free (not attending other events). Each created availability event has a minimum span of 30 minutes. Any existing availability schedule of this person during the current term will be deleted. First two weeks of availability is generated. The rest of the availability is generated by scheduler at night.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.