Marks a Task or Appointment as finished. Caller must have manage permission on the entry’s lead.
curl --request POST \
--url https://api.lofty.com/v2.0/calendar/{calendarId}/finish \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Calendar updated successfully"
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Composite calendar ID of the form '-task' or '-appointment'.
Calendar marked as finished.
Simple message envelope used by PUT / DELETE / finish / unfinish calendar endpoints.
Result message for the calendar operation.
"Calendar updated successfully"
curl --request POST \
--url https://api.lofty.com/v2.0/calendar/{calendarId}/finish \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Calendar updated successfully"
}