Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Calendar.Notification.GetDeletedRecords
Queries list of deleted records.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Calendar | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "Calendar.Notification.GetDeletedRecords" )
Parameters
none
Result
Returns list of record IDs.
Description
Queries list of deleted records.Only valid in a notification script.
Please note that the plugin may not be able to provide information for deleted record contents.
Valus in this list are IDs of calendars, events, or reminders, depending on the notification (See Calendar.Notification.GetWhat). If all three lists (updatedRecords, DeletedRecords, InsertedRecords) are empty, that indicates everything has changed, and the client should refresh the calendar, event, and reminder information currently being used. Since this tends to be an expensive and inconvenient operation, it will only occur under unusual circumstances, such as when restoring from backup.
See also
- Addressbook.Notification.GetDeletedRecords
- Calendar.Notification.GetInsertedRecords
- Calendar.Notification.GetUpdatedRecords
- Calendar.Notification.GetWhat
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
Calendar.Notification.GetChangedExternally - Calendar.Notification.GetInsertedRecords