getRecurrenceID (NotesCalendar Java™)
Returns a recurrence id string for specific recurrence entry in the given date/time range of a recurrence set (for example, for a recurring meeting).
Defined in
Syntax
public String getRecurrenceID(lotus.domino.DateTime datetime)
throws NotesException; Parameters
| Parameter | Description |
|---|---|
datetime |
lotus.domino.DateTime. The date and time range to search for a recurrence id instance in a calendar entry recurrence set (for example, for a recurring meeting). |
| Possible exception | Description |
|---|---|
Get Recurrence-ID failed (4831) |
The operation failed to retrieve the recurrence ID. |
Language cross-reference
GetRecurrenceID in LotusScript® NotesCalendar class
getRecurrenceID in JavaScript™ NotesCalendar class