UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

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.

  1. セットアップ」の手順を完了します。
  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. [Microsoft Teams スコープ] アクティビティ内に [イベントを作成] アクティビティを追加します。
  5. Enter values for the Input properties, including a new Event variable.
  6. Create and enter a String variable for your Output property.
  7. アクティビティを実行します。
    • 入力したプロパティ値は、CreateEvent API に渡されます。

    • API は、イベント ID String 値を出力プロパティ変数に返します。

      ドキュメントの画像

プロパティ

以下のプロパティの値は、このアクティビティを UiPath Studio でプロジェクトに追加するときに指定します。

共通

表示名

アクティビティの表示名です。

属性詳細
入力String
Requiredはい
既定値イベント/予定を作成
許容値String または String 型変数を入力します。
備考N/A

入力

イベント

Event オブジェクトは、新しいイベントを表します。

属性詳細
入力Event
Requiredはい
既定値
許容値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).
TeamId

イベントを作成する Team オブジェクトの ID です。

属性詳細
入力String
Requiredはい
既定値
許容値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)

その他

プライベート (Private)

選択すると、変数と引数の値が Verbose レベルでログ記録されなくなります。

属性詳細
入力チェックボックス
Requiredいいえ
既定値非選択
許容値選択または非選択
備考N/A

出力

EventId

新しい Event オブジェクトに割り当てられた識別子です。

属性詳細
入力String
Requiredいいえ (後続のアクティビティで出力データを使用する予定がある場合は必須)
既定値
許容値String 型変数を入力します。
備考The variable you create for this property can be used as an input variable in subsequent activities (for example, Delete Event).
  • 概要
  • 動作のしくみ
  • プロパティ
  • 共通
  • 入力
  • その他
  • 出力

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得