API Reference/Endpoints
Edit an event
PATCH/api/linkedin/gateway/calendars/{calendar_id}/events/{event_id}
Updates one or more fields on an existing event — reschedule it, change its attendees, or edit its details. Fields left out are left untouched.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Only fields present in the body are changed — send just
start and end to reschedule an event without touching anything else.Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No calendar or event with those ids was found on this account.