auto response Lightning

For discussing the Mozilla Calendar, Sunbird and Lightning projects.
Post Reply
nctmd
Posts: 4
Joined: December 28th, 2017, 9:07 am

auto response Lightning

Post by nctmd »

Hello! I cannot find an information about auto response in lightning.
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?
User avatar
DanRaisch
Moderator
Posts: 127224
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: auto response Lightning

Post by DanRaisch »

Moving to Calendar forum.
Post Reply