Skip to content

Latest commit

 

History

History
64 lines (60 loc) · 740 Bytes

File metadata and controls

64 lines (60 loc) · 740 Bytes
description Automatically generated file. DO NOT MODIFY
mgc groups events create --group-id {group-id} --body '{
\
  "subject": "Let's go for lunch",
\
  "body": {
\
    "contentType": "HTML",
\
    "content": "Does late morning work for you?"
\
  },
\
  "start": {
\
      "dateTime": "2019-06-16T12:00:00",
\
      "timeZone": "Pacific Standard Time"
\
  },
\
  "end": {
\
      "dateTime": "2019-06-16T14:00:00",
\
      "timeZone": "Pacific Standard Time"
\
  },
\
  "location":{
\
      "displayName":"Harry's Bar"
\
  },
\
  "attendees": [
\
    {
\
      "emailAddress": {
\
        "address":"adelev@contoso.com",
\
        "name": "Adele Vance"
\
      },
\
      "type": "required"
\
    }
\
  ]
\
}
\
'