iac_eventcalendar.AdminEventcalendarServiceオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.15 |
since | 8.0.1 |
イベントカレンダーアイテムに対する管理操作を提供するサービスです。
[ 操作ユーザについて ]
このクラスでは、アカウントコンテキストのユーザコードを元に操作します。
またユーザの所属組織は、ユーザコンテキストのカレント組織を元に操作します。
[ 管理権限について ]
このクラスでは、以下のいずれかに該当するユーザ以外、操作できません。
- Collaboration管理者ロールを持つユーザ
- Workspace機能管理者ロールを持つユーザ
[ Collaboration管理者の場合 ]
Collaboration管理者として操作可能なワークスペースは、認可で許可された会社のワークスペースに限ります。
[ Workspace機能管理者の場合 ]
Workspace機能管理者として操作可能なワークスペースは、操作ユーザのカレント組織の会社に一致するワークスペースに限ります。
メソッドの概要
返却値の型 | メソッド名 |
---|---|
ResultObject | addEvent (EventcalendarEventRegistration parameter ) イベントを追加します。 |
ResultObject | addItem (EventcalendarRegistration parameter ) イベントカレンダーアイテムを追加します。 |
ResultObject | addSchedule (EventcalendarEventRegistration parameter ) スケジュールを追加します。 |
ResultObject | deleteEvent (ItemKey itemKey , EventKey eventKey ) イベントを削除します。 |
ResultObject | deleteItem (ItemKey itemKey ) イベントカレンダーアイテムを削除します。 |
ResultObject | deleteSchedule (ItemKey itemKey , EventKey eventKey ) スケジュールを削除します。 |
ResultObject | findEventList (ItemKey itemKey , DateTime startDate , DateTime endDate ) イベントを取得します。 |
ResultObject | findEvent (ItemKey itemKey , EventKey eventKey ) イベントを取得します。 |
ResultObject | findEventsList (ItemKey itemKey , DateTime startDate , DateTime endDate ) ワークスペースカレンダーデータを取得します。 |
ResultObject | findItem (ItemKey itemKey ) イベントカレンダーアイテムを取得します。 |
ResultObject | findSchedule (ItemKey itemKey , EventKey eventKey ) スケジュールを取得します。 |
ResultObject | updateDescription (EventcalendarDescriptionUpdate parameter ) アイテム説明を更新します。 |
ResultObject | updateEventDate (EventcalendarEventDateUpdate parameter ) イベントの期間を更新します。 |
ResultObject | updateEvent (EventcalendarEventUpdate parameter ) イベントを更新します。 |
ResultObject | updateItemSetting (EventcalendarItemSettingUpdate parameter ) イベントカレンダーアイテムの編集種別を更新します。 |
ResultObject | updateScheduleDate (EventcalendarEventDateUpdate parameter ) スケジュールの期間を更新します。 |
ResultObject | updateSchedule (EventcalendarEventUpdate parameter ) スケジュールを更新します。 |
Number | updateSchedule (EventcalendarEventUpdate parameter , ScheduleConnectorModel connectParam ) スケジュールを更新します。 |
メソッドの詳細
ResultObject addEvent (EventcalendarEventRegistration parameter )
イベントを追加します。
パラメータ
返却値
|
ResultObject addItem (EventcalendarRegistration parameter )
イベントカレンダーアイテムを追加します。
パラメータ
返却値
|
ResultObject addSchedule (EventcalendarEventRegistration parameter )
スケジュールを追加します。
パラメータ
返却値
|
ResultObject deleteEvent (ItemKey itemKey , EventKey eventKey )
イベントを削除します。
返却値
|
ResultObject deleteItem (ItemKey itemKey )
イベントカレンダーアイテムを削除します。
パラメータ
返却値
|
ResultObject deleteSchedule (ItemKey itemKey , EventKey eventKey )
スケジュールを削除します。
返却値
|
ResultObject findEventList (ItemKey itemKey , DateTime startDate , DateTime endDate )
イベントを取得します。
指定した期間に該当するイベントカレンダー内のイベントを取得します。
返却値
|
ResultObject findEvent (ItemKey itemKey , EventKey eventKey )
イベントを取得します。
指定したイベントアイテムカレンダーのイベントを取得します。
返却値
|
ResultObject findEventsList (ItemKey itemKey , DateTime startDate , DateTime endDate )
ワークスペースカレンダーデータを取得します。
指定した期間に該当するワークスペースカレンダー内のイベントとスケジュールを取得します。
返却値
|
ResultObject findItem (ItemKey itemKey )
イベントカレンダーアイテムを取得します。
パラメータ
返却値
|
ResultObject findSchedule (ItemKey itemKey , EventKey eventKey )
スケジュールを取得します。
指定したイベントアイテムカレンダーのスケジュールを取得します。
返却値
|
ResultObject updateDescription (EventcalendarDescriptionUpdate parameter )
アイテム説明を更新します。
パラメータ
返却値
|
ResultObject updateEventDate (EventcalendarEventDateUpdate parameter )
イベントの期間を更新します。
指定したイベントの開始日と終了日を更新します。
パラメータ
返却値
|
ResultObject updateEvent (EventcalendarEventUpdate parameter )
イベントを更新します。
パラメータ
返却値
|
ResultObject updateItemSetting (EventcalendarItemSettingUpdate parameter )
イベントカレンダーアイテムの編集種別を更新します。
パラメータ
返却値
|
ResultObject updateScheduleDate (EventcalendarEventDateUpdate parameter )
スケジュールの期間を更新します。
指定したスケジュールの開始日と終了日を更新します。
パラメータ
返却値
|
ResultObject updateSchedule (EventcalendarEventUpdate parameter )
スケジュールを更新します。
パラメータ
返却値
|
Number updateSchedule (EventcalendarEventUpdate parameter , ScheduleConnectorModel connectParam )
スケジュールを更新します。
[ スケジュール機能と連携したスケジュールの操作について ]
パラメータ
返却値
|