Counter (NotesCalendarEntry - LotusScript®)
Counters a meeting entry or entries.
Defined in
NotesCalendarEntrySyntax
Call notesCalendarEntry.Counter( comments$ , startNotesDateTime , endNotesDateTime , [ keepplaceholderBoolean ] , [ scope% ] , [ recurid$ ] )Parameter | Description |
---|---|
comments |
String. Comments regarding a meeting change. |
start |
NotesDateTime. The start time of the counter proposal. |
end |
NotesDateTime. The end time of the counter proposal. An exception occurs if the end time is not greater than the start time. |
keepplaceholder |
Boolean. Keeps a placeholder for the meeting. |
scope |
Integer. The scope of a recurring operation:
|
recurid |
String. The recurrence identifier (RECURRENCE-ID item)
for a recurring calendar event. The format of a recurrence identifier
is a time in UTC format, for example, 20120913T160000Z . |
Possible exception (lsxbeerr.lss) | Value | Text | Description |
---|---|---|---|
lsERR_NOTES_ERR_INVALIDID |
4757 | Invalid ID | The identifier for the NotesCalendarEntry object is not valid. |
lsERR_NOTES_ERR_RECURID_NOTFOUND |
4808 | Recurrence-ID not found | The recurrence identifier for the NotesCalendarEntry object is not valid. |
lsERR_NOTES_ERR_IDNOTFOUND |
4814 | Identifier not found | The recurrence identifier for the NotesCalendarEntry object does not identify
an entry in the calendar, or the scope and recurid are
missing for a recurring entry. |