-
Notifications
You must be signed in to change notification settings - Fork 36
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
TimeZone sets to UTC on all_day_events #6
Comments
This feature is not implemented in exchanger, but looks like StartTimeZone and EndTimeZone is the way to go. Maybe exchanger could in future set this automatically using tzinfo gem. |
Thanks for pointing me in the right direction! So I got exchanger to send the request I wanted and received
So I added to CreateItem
(Naturally, I will clean it up so the Version can be specified in the config YAML) In turn, I was given:
So I've attempted to add to the body of the request
But I am at a loss as to how to ascertain the Id for a given mailbox. Any thoughts? Thanks again for the help! Edit: Oh, I see! I can get the Id from the find response, duh! I'm not quite sure how to clean all of this up, but I'll make an attempt and send it your way. Will this functionality need to be added to all of the operations? I don't need them all myself, but I want to give a little back to this great gem. |
I just updated specs and run them against Office 365 and all the existing specs are running fine there. It would be great to have RequestServerVersion configurable and support for meetings :) |
Was this ever implemented? I'm having issues where the calendar items are showing the correct time on the calendar, but when you edit, it's showing in UTC like "(UTC+00:00) Monrovia, Reykjavik". Anything I send on the CalendarItem itself doesn't seem to affect it. |
I am seeing this behavior when creating all_day_events as described here:
http://stackoverflow.com/questions/7828823/exchange-2010-web-services-creation-of-an-all-day-event-appointment
I am guessing this is because the Exchange server I am using is on Office365 (hosted Exchange) and therefore has a default server time of UTC.
Would adding StartTimeZone and EndTimeZone to CalendarItem as well as creating an Entry of TimeZone with and :id and :name (as described here http://msdn.microsoft.com/en-us/library/exchange/ff406132(v=exchg.140).aspx) be the best way to go?
Thanks!
The text was updated successfully, but these errors were encountered: