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

Marketplace user guide

Last updated Apr 1, 2026

Get events

Overview

Using your search parameters (QueryOptions) and specified team (TeamId), the Get Events activity calls the Microsoft Graph ListEvents API to retrieve the events that match your query.

After retrieving the events, the activity returns its properties and relationships in an Event[] object (Events) that you can use as input variables in subsequent activities.

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 Get Events activity inside the Microsoft Teams Scope activity.
  5. Enter values for the Input properties.
  6. Create and enter a Channel[] variable for your Output property.
  7. Run the activity.
    • Your input property values are sent to the ListEvents API.

    • The API returns the Event[] 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 valueGet Events
Allowed valuesEnter a String or String variable.
NotesN/A

Input

TeamId

The Id of the Team object that you want to retrieve events from.

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

Options

QueryOptions

The search parameters that you want to apply when retrieving your list of channels.

AttributesDetails
TypeQueryOption[] (OData syntax)
RequiredNo
Default valueEmpty
Allowed valuesEnter a QueryOption[] or QueryOption variable.
NotesEnter your value using an OData system query option; the format is as follows: {New QueryOption("Option", "OptionParameter")}. For example, if you want to apply the $filter option, you would enter "filter" as the first string and then enter a filter parameter as the second string (e.g., {New QueryOption("filter", "displayName eq 'General'")}).

Output

Events

An array of events (Event[] object) that match QueryOptions value.

AttributesDetails
TypeEvent[]
RequiredNo (required if you plan to use the output data in subsequent activities)
Default valueEmpty
Allowed valuesEnter a Event[] 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
  • Options
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated