Add Microsoft Graph community call event

POST https://graph.microsoft.com/v1.0/me/events

Request Body

{"subject"=>"Microsoft Graph community call", "body"=>{"contentType"=>"HTML", "content"=>"Call link: https://aka.ms/mmkv1b Submit a question: https://aka.ms/ybuw2i"}, "start"=>{"dateTime"=>"2018-09-04T08:00:00", "timeZone"=>"Pacific Standard Time"}, "end"=>{"dateTime"=>"2018-09-04T09:00:00", "timeZone"=>"Pacific Standard Time"}, "location"=>{"displayName"=>"Skype for Business"}, "recurrence"=>{"pattern"=>{"type"=>"relativeMonthly", "interval"=>1, "daysOfWeek"=>["Tuesday"], "index"=>"first"}, "range"=>{"type"=>"noEnd", "startDate"=>"2017-08-29"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring