RemoveCancelled (NotesCalendarNotice - LotusScript®)
Removes a cancelled calendar notice.
Defined in
NotesCalendarNoticeSyntax
Call notesCalendarNotice.RemoveCancelled( )Possible exception (lsxbeerr.lss) | Value | Text | Description |
---|---|---|---|
lsERR_NOTES_ERR_UNSUPPORTEDACTION |
4811 | Unsupported action | The method is attempting to apply an action that is not valid for the entry. |
lsERR_NOTES_ERR_OVERWRITEDISALLOWED |
4813 | This action is not allowed since it would overwrite personal changes | The action should be verified then reissued with the overwrite flag set. |
lsERR_NOTES_ERR_IDNOTFOUND |
4814 | Identifier not found | The identifier for the NotesCalendarNotice object does not identify a notice in the calendar. |
Usage
If AutoSendNotices is true, this method works as follows:- Deletes (hard delete) a non-meeting entry such as an appointment.
- Cancels a meeting for which you are the organizer and removes it from your calendar.
- Declines a meeting for which you are an invitee and removes it from your calendar.
If AutoSendNotices is false, this method deletes (hard delete) an entry.