CreateCalendarEventResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Update a group event
public class CreateCalendarEventResponse
type CreateCalendarEventResponse = class
Public Class CreateCalendarEventResponse
- Inheritance
-
CreateCalendarEventResponse
Constructors
| Name | Description |
|---|---|
| CreateCalendarEventResponse() | |
Properties
| Name | Description |
|---|---|
| Body |
body |
| End |
end |
| Id |
Unique id of the event. |
| Importance |
The importance of the event: Low, Normal, or High. |
| IsAllDay |
True if the event is an all day event. |
| IsReminderOn |
Set to true if the event has a reminder. |
| Location |
location |
| ReminderStartDuration |
Time in minutes before event starts to remind. |
| ResponseRequested |
True if a response was requested for the event. |
| ShowAs |
Status to show during the event. |
| Start |
start |
| Subject |
Title of the event. |