The iCal services return the user’s iCal link. This is their personal calendar in iCal format.


a) Get iCal Link

Request (JSON)

GET /Calendar/link/?securityToken={tokenId}

Content-Type:application/json

 

Response (JSON)

HTTP/1.1 200 OK "true"



b) Upload List of Data Units

Use this service to upload actual or forecast data for multiple departments for multiple periods.

 

Request (JSON)

POST /Revenues /period/list/?securityToken={tokenId}
Content-Type:application/json

Result: "https:\/\/services.tamigo.com\/Calendar\/208ef757-4d91-4219-a9d6-5761d5c03bf3\/Calendar.ics"

 

Response (JSON)

HTTP/1.1 200 OK "true"