Created
August 9, 2018 17:15
-
-
Save jthake/223517d6c0053a7c537a98d699df8bd4 to your computer and use it in GitHub Desktop.
Microsoft Graph Community Call - Create recurring event for call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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