Update action to set the key of a RecurrencePolicy.

interface RecurrencePolicySetKeyAction {
    action: "setKey";
    key?: string;
}

Properties

Properties

action: "setKey"
key?: string