Forum Discussion
Create Event linked to Team Channel
Hi marcog5 ,
Thanks for reaching us!
I have tried with your schema payload to create an event, it works fine for me. It created an event and also can able to see the array of event attendees in calendar.
Please have a look on below json,
{
"subject": "Rama Test Event 1",
"body": {
"contentType": "HTML",
"content": "Does noon work for you?"
},
"start": {
"dateTime": "2020-12-30T14:00:00",
"timeZone": "Pacific Standard Time"
},
"end": {
"dateTime": "2020-12-31T17:00:00",
"timeZone": "Pacific Standard Time"
},
"location": {
"displayName": "Harry's Bar"
},
"attendees": [
{
"emailAddress": {
"address": "samanthab@contoso.onmicrosoft.com",
"name": "Samantha Booth"
},
"type": "required"
},
{
"emailAddress": {
"address": "v-raakav@microsoft.com",
"name": "Rama"
},
"type": "required"
}
],
"allowNewTimeProposals": true,
"transactionId": "7E163156-7762-4BEB-A1C6-729EA81755A3"
}
Calendar Event:
Thanks,
Rama
Teams Dev Community Response