Get employee calendar export (ICS subscription URL)
Returns the HTTPS URL for the employee’s Leadtime calendar feed (.ics). Requires a linked user account on the employee.
GET
/employees/{id}/calendar-feedAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredResponses
200
urlstringrequiredHTTPS URL of the employee’s Leadtime calendar export (.ics). Subscribe in external calendar apps.
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions