curl --request POST \
--url https://api.hubapi.com/scheduler/2026-03/meetings/calendar \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"associations": [
{
"to": {
"id": "<string>"
},
"types": [
{
"associationCategory": "HUBSPOT_DEFINED",
"associationTypeId": 123
}
]
}
],
"emailReminderSchedule": {
"reminders": [
{
"numberOfTimeUnits": 123,
"timeUnit": "DAYS"
}
],
"shouldIncludeInviteDescription": true
},
"properties": {
"hs_meeting_end_time": "2023-11-07T05:31:56Z",
"hs_meeting_outcome": "<string>",
"hs_meeting_start_time": "2023-11-07T05:31:56Z",
"hs_meeting_title": "<string>",
"hs_timestamp": "2023-11-07T05:31:56Z",
"hubspot_owner_id": "<string>",
"hs_activity_type": "<string>",
"hs_attachment_ids": [
"<string>"
],
"hs_attendee_owner_ids": [
"<string>"
],
"hs_internal_meeting_notes": "<string>",
"hs_meeting_body": "<string>",
"hs_meeting_location": "<string>",
"hs_meeting_location_type": "ADDRESS"
},
"timezone": "<string>"
}
'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"properties": {
"hs_engagement_source": "ACADEMY",
"hs_engagement_source_id": "<string>",
"hs_meeting_end_time": "2023-11-07T05:31:56Z",
"hs_meeting_outcome": "<string>",
"hs_meeting_start_time": "2023-11-07T05:31:56Z",
"hs_meeting_title": "<string>",
"hs_timestamp": "2023-11-07T05:31:56Z",
"hs_activity_type": "<string>",
"hs_attachment_ids": [
"<string>"
],
"hs_attendee_owner_ids": [
"<string>"
],
"hs_include_description_in_reminder": "<string>",
"hs_internal_meeting_notes": "<string>",
"hs_meeting_body": "<string>",
"hs_meeting_external_url": "<string>",
"hs_meeting_location": "<string>",
"hs_meeting_location_type": "ADDRESS",
"hs_unique_id": "<string>",
"hubspot_owner_id": "<string>"
}
}Créez un nouvel événement de calendrier et un nouvel objet de réunion en fournissant les détails nécessaires tels que les associations, les rappels par e-mail, les propriétés de l’objet de réunion et le fuseau horaire.
curl --request POST \
--url https://api.hubapi.com/scheduler/2026-03/meetings/calendar \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"associations": [
{
"to": {
"id": "<string>"
},
"types": [
{
"associationCategory": "HUBSPOT_DEFINED",
"associationTypeId": 123
}
]
}
],
"emailReminderSchedule": {
"reminders": [
{
"numberOfTimeUnits": 123,
"timeUnit": "DAYS"
}
],
"shouldIncludeInviteDescription": true
},
"properties": {
"hs_meeting_end_time": "2023-11-07T05:31:56Z",
"hs_meeting_outcome": "<string>",
"hs_meeting_start_time": "2023-11-07T05:31:56Z",
"hs_meeting_title": "<string>",
"hs_timestamp": "2023-11-07T05:31:56Z",
"hubspot_owner_id": "<string>",
"hs_activity_type": "<string>",
"hs_attachment_ids": [
"<string>"
],
"hs_attendee_owner_ids": [
"<string>"
],
"hs_internal_meeting_notes": "<string>",
"hs_meeting_body": "<string>",
"hs_meeting_location": "<string>",
"hs_meeting_location_type": "ADDRESS"
},
"timezone": "<string>"
}
'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"properties": {
"hs_engagement_source": "ACADEMY",
"hs_engagement_source_id": "<string>",
"hs_meeting_end_time": "2023-11-07T05:31:56Z",
"hs_meeting_outcome": "<string>",
"hs_meeting_start_time": "2023-11-07T05:31:56Z",
"hs_meeting_title": "<string>",
"hs_timestamp": "2023-11-07T05:31:56Z",
"hs_activity_type": "<string>",
"hs_attachment_ids": [
"<string>"
],
"hs_attendee_owner_ids": [
"<string>"
],
"hs_include_description_in_reminder": "<string>",
"hs_internal_meeting_notes": "<string>",
"hs_meeting_body": "<string>",
"hs_meeting_external_url": "<string>",
"hs_meeting_location": "<string>",
"hs_meeting_location_type": "ADDRESS",
"hs_unique_id": "<string>",
"hubspot_owner_id": "<string>"
}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
L'utilisateur HubSpot qui sera traité comme créateur de l'événement de réunion
successful operation
La date et l'heure de la création initiale de l'événement de réunion, au format ISO 8601.
Identifiant unique de l'événement de réunion.
La date et l'heure de la dernière mise à jour de la réunion, au format ISO 8601.
Show child attributes