{
"subject": "string",
"body": {
"content": "string",
"contentType": "Text"
},
"start": {
"dateTime": "string",
"timeZone": "string"
},
"end": {
"dateTime": "string",
"timeZone": "string"
},
"location": {
"locationEmailAddress": "string",
"displayName": "string",
"address": {
"city": "string",
"countryOrRegion": "string",
"postalCode": "string",
"state": "string",
"street": "string"
},
"coordinates": {
"latitude": 0,
"longitude": 0
},
"locationType": "Default"
},
"attendees": [
{
"type": "Required",
"emailAddress": {
"address": "string"
}
}
],
"allowNewTimeProposals": true,
"isOnlineMeeting": true,
"onlineMeetingProvider": "Unknown",
"importance": "Low",
"transactionId": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/outlook/calendar' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"body": {
"content": "string",
"contentType": "Text"
},
"start": {
"dateTime": "string",
"timeZone": "string"
},
"end": {
"dateTime": "string",
"timeZone": "string"
},
"location": {
"locationEmailAddress": "string",
"displayName": "string",
"address": {
"city": "string",
"countryOrRegion": "string",
"postalCode": "string",
"state": "string",
"street": "string"
},
"coordinates": {
"latitude": 0,
"longitude": 0
},
"locationType": "Default"
},
"attendees": [
{
"type": "Required",
"emailAddress": {
"address": "string"
}
}
],
"allowNewTimeProposals": true,
"isOnlineMeeting": true,
"onlineMeetingProvider": "Unknown",
"importance": "Low",
"transactionId": "string"
}'
{}