marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Marketplace 用户指南
上次更新日期 2026年4月1日
创建活动
概述
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).
工作方式
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.
- 完成设置步骤。
- Add the Microsoft Teams Scope activity to your project.
- Add an activity or run an external process that outputs a
Team.Idvalue (e.g., Get Teams). - Add the Create Event activity inside the Microsoft Teams Scope activity.
- Enter values for the Input properties, including a new
Eventvariable. - Create and enter a
Stringvariable for your Output property. - 运行活动。
-
您的输入属性值将发送到创建事件API。
-
API 会将事件 ID
String值返回到输出属性变量。
-
属性
将此活动添加到 UiPath Studio 中的项目时,会指定以下属性的值。
常见
显示名称
活动的显示名称。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | 创建活动 |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | 不适用 |
输入
事件
表示新事件的 Event 对象。
| 属性 | 详细信息 |
|---|---|
| 类型 | Event |
| 必填 | 是 |
| 默认值 | 空白 |
| 允许的值 | 输入Event变量。 |
| 注意 | Because 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). |
团队 ID
要在其中创建事件的 Team 对象的 ID。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | 空白 |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | To 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) |
其他
私有
如果已选择,变量和参数的值将不会在 Verbose 级进行记录。
| 属性 | 详细信息 |
|---|---|
| 类型 | 复选框 |
| 必填 | 否 |
| 默认值 | 未选中 |
| 允许的值 | 已选择或未选择 |
| 注意 | 不适用 |
输出
活动 ID
分配给新 Event 对象的标识符。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 否(如果您计划在后续活动中使用输出数据,则为必填项) |
| 默认值 | 空白 |
| 允许的值 | 输入String变量。 |
| 注意 | The variable you create for this property can be used as an input variable in subsequent activities (for example, Delete Event). |