Connectors
...
Actions
Create Event
5 min
description creates a new calendar event in the specified user's calendar using their email address through the microsoft graph api endpoint url /v1 0/users/{{email address}}/events method post inputs path parameters (object) – required email address (string) – required json body (object) – required subject (string) the text of the event's subject line body (object) the body of the message associated with the event it can be in html or text format contenttype (string) the content of the item content (string) the type of the content start (object) the start date, time, and time zone of the event by default, the start time is in utc datetime (string) a single point of time in a combined date and time representation (t; for example, 2017 08 29t04 00 00 0000000) timezone (string) represents a time zone, for example, "pacific standard time" end (object) the date, time, and time zone that the event ends by default, the end time is in utc datetime (string) a single point of time in a combined date and time representation (t; for example, 2017 08 29t04 00 00 0000000) timezone (string) represents a time zone, for example, "pacific standard time" location (object) the location of the event displayname (string) the name associated with the location locations (array) the locations where the event is held or attended from the location and locations properties always correspond with each other if you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value displayname (string) the name associated with the location locationtype (string) the type of location uniqueidtype (string) for internal use only locationemailaddress () optional email address of the location locationuri (string) optional uri representing the location uniqueid () for internal use only address (object) the street address of the location city (string) the city countryorregion (string) the country or region it's a free format string value, for example, "united states" postalcode (string) the postal code state (string) the state street (string) the street coordinates (object) the geographic coordinates and elevation of the location accuracy (number) the accuracy of the latitude and longitude as an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters altitude (number) the altitude of the location altitudeaccuracy (number) the accuracy of the altitude latitude (number) the latitude of the location longitude (number) the longitude of the location recurrence (object) the recurrence pattern for the event attendees (array) the collection of attendees for the event emailaddress (object) includes the name and smtp address of the attendee address (string) the email address of the person or entity name (string) the display name of the person or entity status (object) the attendee's response (none, accepted, declined, etc ) for the event and date time that the response was sent response (string) the response type time (string) the date and time when the response was returned it uses iso 8601 format and is always in utc time for example, midnight utc on jan 1, 2014 is 2014 01 01t00 00 00z proposednewtime (object) an alternate date/time proposed by the attendee for a meeting request to start and end if the attendee hasn't proposed another time, then this property isn't included in a response of a get event start (object) the start date, time, and time zone of the event by default, the start time is in utc datetime (string) a single point of time in a combined date and time representation (t; for example, 2017 08 29t04 00 00 0000000) timezone (string) represents a time zone, for example, "pacific standard time" end (object) the date, time, and time zone that the event ends by default, the end time is in utc datetime (string) a single point of time in a combined date and time representation (t; for example, 2017 08 29t04 00 00 0000000) timezone (string) represents a time zone, for example, "pacific standard time" type (string) the attendee type allownewtimeproposals (boolean) true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false optional default is true isonlinemeeting (boolean) true if this event has online meeting information (that is, onlinemeeting points to an onlinemeetinginfo resource), false otherwise default is false (onlinemeeting is null) headers (object) prefer (string) specify the time zone for the start and end times in the response output output parameters status code (number) reason (string) json body (object) @odata context (string) @odata etag (string) id (string) createddatetime (string) lastmodifieddatetime (string) changekey (string) categories (array) transactionid (object) originalstarttimezone (string) originalendtimezone (string) icaluid (string) uid (string) reminderminutesbeforestart (number) isreminderon (boolean) hasattachments (boolean) subject (string) bodypreview (string) importance (string) sensitivity (string) isallday (boolean) iscancelled (boolean) isorganizer (boolean) responserequested (boolean) seriesmasterid (object) showas (string) type (string) weblink (string) onlinemeetingurl (object) isonlinemeeting (boolean) onlinemeetingprovider (string) allownewtimeproposals (boolean) occurrenceid (object) isdraft (boolean) hideattendees (boolean) responsestatus (object) response (string) time (string) body (object) contenttype (string) content (string) start (object) datetime (string) timezone (string) end (object) datetime (string) timezone (string) location (object) displayname (string) locationtype (string) uniqueid (string) uniqueidtype (string) locations (array) displayname (string) locationtype (string) uniqueid (string) uniqueidtype (string) recurrence (object) attendees (array) type (string) status (object) response (string) time (string) emailaddress (object) name (string) address (string) organizer (object) emailaddress (object) name (string) address (string) onlinemeeting (object) response headers header type cache control string transfer encoding string content type string content encoding string location string vary string strict transport security string request id string client request id string x ms ags diagnostic string date string