会議のエントリ (複数可) に対する変更を要求します。
void NotesCalendarEntry.counter(String comments, DateTime start, DateTime end)
throws NotesException
void NotesCalendarEntry.counter(String comments, DateTime start, DateTime end, boolean keepplaceholder)
throws NotesException
void NotesCalendarEntry.counter(String comments, DateTime start, DateTime end, int scope, String recurid))
throws NotesException
void NotesCalendarEntry.counter(String comments, DateTime start, DateTime end, boolean keepplaceholder, int scope, String recurid)
throws NotesException
パラメータ | 説明 |
---|---|
comments | 会議の変更に関するコメント。 |
start | 代案とする開始時刻。 |
end | 代案とする終了時刻。終了時刻が開始時刻より後の時刻になっていない場合は、例外が発生します。 |
keepplaceholder | 会議のプレースホルダを保持します。 |
scope | 反復操作の範囲:
|
recurid | 反復するカレンダーイベントの反復識別子 (RECURRENCE-ID アイテム)。 反復識別子の形式は、UTC 形式での時刻です (20120913T160000Z など)。 |
可能性のある例外 | 値 | テキスト | 説明 |
---|---|---|---|
NotesError.NOTES_ERR_INVALIDID | 4757 | 無効 ID | NotesCalendarEntry オブジェクトの識別子が無効です。 |
NotesError.NOTES_ERR_RECURID_NOTFOUND | 4808 | 反復識別子が見つかりません。 | NotesCalendarEntry オブジェクトの反復識別子が無効です。 |
NotesError.NOTES_ERR_IDNOTFOUND | 4814 | ID が見つかりません | NotesCalendarEntry オブジェクトの反復識別子がカレンダーのエントリを示していないか、 反復識別子の scope と recurid がありません。 |
LotusScript® NotesCalendarEntry クラスの Counter メソッド