Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to propose new time #89

Open
dlpartain opened this issue Jan 30, 2015 · 11 comments
Open

Allow user to propose new time #89

dlpartain opened this issue Jan 30, 2015 · 11 comments

Comments

@dlpartain
Copy link

Hi,

Though we are not necessarily trying to re-invent a competing technology, many users are used to being able to respond to a meeting invitation by proposing a new time. It would be nice to be able to do this using this tool!

Thanks.

David

@buzzz321
Copy link

Yeah it would be really nice since meeting juggling is the norm at workplaces

@bavincen
Copy link

bavincen commented Feb 1, 2015

the organizer of the event is able to see availability of attendees when typing mail address

@apetzo
Copy link

apetzo commented Feb 2, 2015

hi

that's not the point. There can be many reasons to propose a different time
for a meeting, even if my calendar is empty at the originally proposed
time. Having the ability to directly propose an alternative time would
really be useful.

Cheers,

Andreas

On Sun, Feb 1, 2015 at 9:03 AM, bavincen notifications@github.com wrote:

the organizer of the event is able to see availability of attendees when
typing mail address


Reply to this email directly or view it on GitHub
#89 (comment)
.

@muthusuba
Copy link

I would like this as well!

@apetzo A quick question: Would you know if Outlook or Exchange Server supports this, please?

@apetzo
Copy link

apetzo commented Feb 3, 2015

I only know that in Outlook you get the option to reject/tentatively accept
and propose a new time.

Andreas

On Tue, Feb 3, 2015 at 4:35 PM, Muthu Subramanian notifications@github.com
wrote:

I would like this as well!

@apetzo https://github.com/apetzo A quick question: Would you know if
Outlook or Exchange Server supports this, please?


Reply to this email directly or view it on GitHub
#89 (comment)
.

@bavincen
Copy link

bavincen commented Jun 3, 2015

supported by 2013 server ..

@ghost
Copy link

ghost commented Jul 13, 2016

I have a similar symptom which I believe is related to this same issue. When others send "new time proposal" meeting events to me I cannot accept them. Instead I see a message in Thunderbird warning me that "This message contains an event that this version of Lightning cannot process"

screenshot from 2016-07-13 13-43-57

@ghost
Copy link

ghost commented Jul 23, 2016

Is anyone able to take a look at this? This is an important feature for business users.

@bavincen
Copy link

this shows if you have read only calendar or the event delted from lightning

@bavincen
Copy link

let user only propose time for attendee
e9d219b

organizer part has to be done
https://msdn.microsoft.com/en-us/library/office/dn495613(v=exchg.150).aspx

@bavincen
Copy link

The organizer will receive a MeetingResponse message when the attendee responds with a proposed new meeting time. The MeetingResponse message contains the proposed new meeting start time and end time, and the identifier of the associated calendar item in the organizer’s calendar. The organizer can use that information to update their existing calendar item for the meeting. The following is the workflow for the organizer to respond to a MeetingResponse message that proposes a new meeting time:

Determine whether the ProposedStart or ProposedEnd elements have been set in the MeetingResponse. If so, go to step 2. If not, the MeetingResponse message only indicates whether the attendee has accepted, tentatively accepted, or declined the meeting.

Get the organizer’s existing calendar item for the meeting by using the EWS identifier returned in the AssociatedCalendarItemId element.

Compare the original start and end time with the proposed new meeting time. If the proposed new meeting time is acceptable to the organizer, go to step 4. Otherwise, the meeting organizer can either ignore the proposed meeting time, or send an email response to the attendee that proposed the new meeting time.

(Optional) Perform a GetUserAvailability EWS operation call to find out whether the proposed time will work for all attendees, including room and resource mailboxes. (You can also use the ExchangeService.GetUserAvailability EWS Managed API method to do this.)

The organizer can then update their meeting with the new proposed meeting times and send the updates to all attendees by using the UpdateItem EWS operation (or the Appointment.Update EWS Managed API method). 

Trim pushed a commit to Trim/exchangecalendar that referenced this issue Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants