Skip to content

Instantly share code, notes, and snippets.

@jthake
Created August 9, 2018 17:15
Show Gist options
  • Save jthake/223517d6c0053a7c537a98d699df8bd4 to your computer and use it in GitHub Desktop.
Save jthake/223517d6c0053a7c537a98d699df8bd4 to your computer and use it in GitHub Desktop.
Microsoft Graph Community Call - Create recurring event for call
{
"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"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment