You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect this to create appointments at the specified time in the specified timezones - but it seems anything you enter in this overload of start/end is interpreted as UTC time, because this is how they show up in my calendar:
Using DateTime for start and end does not have the same issue.
The text was updated successfully, but these errors were encountered:
It seems this is actually "by design", and the reason it works when supplying a datetime is because that is implicitly a local time (unless you explicitly set Kind).
I kind of understand why you would make that design-choice, but I still find it counter-intuitive in the C# SDK, especially since it is not mentioned in the intellisense. :)
I would expect this to create appointments at the specified time in the specified timezones - but it seems anything you enter in this overload of start/end is interpreted as UTC time, because this is how they show up in my calendar:
Using DateTime for start and end does not have the same issue.
The text was updated successfully, but these errors were encountered: