My case: I want to Lightning keep my answer when I click "yes" or "no" when I accept a received event.
But I cannot find this options and information.
Inside the Lightning source code I found this:
- Code: Select all
switch (aItem.autoResponse) {
case Components.interfaces.calIItipItem.USER: // ...
case Components.interfaces.calIItipItem.AUTO: // ...
case Components.interfaces.calIItipItem.NONE: // ...
default: // ...
}
But always using only first case. May be it is possible to set up it programmatically. Or this is setting up by something preferences?