UiPath Documentation
marketplace
latest
false
UiPath logo, featuring letters U and I in white

Marketplace user guide

Last updated Apr 1, 2026

Create event

Overview

The Create Event activity calls the Microsoft Graph CreateEvent API to create a new event object (Event) in your specified team (TeamId).

After creating your new event, the activity outputs the identifier (EventId) as a String that you can use as an input variable in subsequent activities (for example, Delete Event).

How it works

The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.

  1. Complete the Setup steps.
  2. Add the Microsoft Teams Scope activity to your project.
  3. Add an activity or run an external process that outputs a Team.Id value (e.g., Get Teams).
  4. Add the Create Event activity inside the Microsoft Teams Scope activity.
  5. Enter values for the Input properties, including a new Event variable.
  6. Create and enter a String variable for your Output property.
  7. Run the activity.
    • Your input property values are sent to the CreateEvent API.

    • The API returns the event id String value to your output property variable.

      docs image

Properties

The values for the following properties are specified when adding this activity to your project in UiPath Studio.

Common

DisplayName

The display name of the activity.

AttributesDetails
TypeString
RequiredYes
Default valueCreate Event
Allowed valuesEnter a String or String variable.
NotesN/A

Input

Event

The Event object that represents your new event.

AttributesDetails
TypeEvent
RequiredYes
Default valueEmpty
Allowed valuesEnter a Event variable.
NotesBecause you're creating a new event, the Event object does not yet exist. To create the Event object variable that represents your new event, enter the following as your variable Default value: new Microsoft.Graph.Event(). The variable you create for this property can be used as an input variable in subsequent activities (for example, Delete Event).
TeamId

The Id of the Team object that you want to create the event in.

AttributesDetails
TypeString
RequiredYes
Default valueEmpty
Allowed valuesEnter a String or String variable.
NotesTo get the Team.Id value, use an external process or activity that includes the Team.Id value in its output (for example, Get Teams or external API call)

Misc

Private

If selected, the values of variables and arguments are no longer logged at Verbose level.

AttributesDetails
TypeCheckbox
RequiredNo
Default valueNot Selected
Allowed valuesSelected or Not Selected
NotesN/A

Output

EventId

The identifier assigned to your new Event object.

AttributesDetails
TypeString
RequiredNo (required if you plan to use the output data in subsequent activities)
Default valueEmpty
Allowed valuesEnter a String variable.
NotesThe variable you create for this property can be used as an input variable in subsequent activities (for example, Delete Event).
  • Overview
  • How it works
  • Properties
  • Common
  • Input
  • Misc
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated