Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 562 Bytes

File metadata and controls

38 lines (34 loc) · 562 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users events decline post --user-id {user-id} --event-id {event-id} --body '{
\
  "comment": "I won't be able to make this week. How about next week?",
\
  "sendResponse": true,
\
  "proposedNewTime": {
\
      "start": { 
\
          "dateTime": "2019-12-02T18:00:00", 
\
          "timeZone": "Pacific Standard Time" 
\
      }, 
\
      "end": { 
\
          "dateTime": "2019-12-02T19:00:00", 
\
          "timeZone": "Pacific Standard Time" 
\
      }     
\
  }
\
}
\
'