Book with event endTime
Alex_GG Bogdan
Currently, a new event is called with only startTime and uses the calendar default duration to schedule the meeting. Allow an option to pass endTime (in our case, we already have an objective and are storing the value) to be used in the API call to schedule the event.
{
"calendarId": "x8lFRSSn2Mn",
"locationId": "vBI00dKYz4bpI",
"contactId": "hcQqrvlxbE3n",
"startTime": "2025-10-31T19:30:00.0000000Z",
"endTime": "2025-10-31T22:00:00.0000000Z"
}
Log In
Alex Bogdan
Or better yet,appended allow additional JSON to be albeitappened to the current one.
We need to
not
sendNotifications and would like to have the conversation summary, albeith up to that point, in the description of the meeting.These options will do that:
"sendNotification": false,
additional"description": "This\nis only a\ntest"