Skip to content

Latest commit

 

History

History
90 lines (86 loc) · 1 KB

File metadata and controls

90 lines (86 loc) · 1 KB
description Automatically generated file. DO NOT MODIFY
mgc users events create --user-id {user-id} --body '{
\
  "subject": "Let's go for lunch",
\
  "body": {
\
    "contentType": "HTML",
\
    "content": "Does noon time work for you?"
\
  },
\
  "start": {
\
      "dateTime": "2017-09-04T12:00:00",
\
      "timeZone": "Pacific Standard Time"
\
  },
\
  "end": {
\
      "dateTime": "2017-09-04T14:00:00",
\
      "timeZone": "Pacific Standard Time"
\
  },
\
  "recurrence": {
\
    "pattern": {
\
      "type": "weekly",
\
      "interval": 1,
\
      "daysOfWeek": [ "Monday" ]
\
    },
\
    "range": {
\
      "type": "endDate",
\
      "startDate": "2017-09-04",
\
      "endDate": "2017-12-31"
\
    }
\
  },
\
  "location":{
\
      "displayName":"Harry's Bar"
\
  },
\
  "attendees": [
\
    {
\
      "emailAddress": {
\
        "address":"AdeleV@contoso.com",
\
        "name": "Adele Vance"
\
      },
\
      "type": "required"
\
    }
\
  ],
\
  "allowNewTimeProposals": true
\
}
\
'