Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.RemoveReminder
Removes a reminder from the event store.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.RemoveReminder"; EKReminder { ; Commit } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
EKReminder | The reference to the reminder. | $Reminder | |
Commit | Whether to commit. Pass 1 to commit or 0 to not commit. Default is 1. Pass 0 to batch changes together and commit with Events.Commit later. |
1 | Optional |
Result
Returns OK or error.
Description
Removes a reminder from the event store.This function attempts to remove the reminder from the event store database. It returns OK if successful and Failed otherwise.
After a reminder is removed, it is no longer tied to this event store.
You may still need to call Events.Commit later.
See also
This function checks for a license.
Created 10th March 2016, last changed 17th March 2021