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

Outlook.com all day events date mismatch #463

Open
yevhene opened this issue May 24, 2018 · 1 comment
Open

Outlook.com all day events date mismatch #463

yevhene opened this issue May 24, 2018 · 1 comment

Comments

@yevhene
Copy link

yevhene commented May 24, 2018

I create event on 16.05.2018 (My timezone is +2 Kyiv, Ukraine) in outlook.com
screenshot from 2018-05-24 18-07-38

And then I pull event from nylas API and it is on 15.05.2018:

{
  "id": "25d2ktgflve600le2lezkh1hw",
  ...
  "title": "allday",
  "when": {
    "date": "2018-05-15",
    "object": "date"
  }
}
@yevhene
Copy link
Author

yevhene commented Jun 19, 2018

Allday events become two-day events:
screenshot from 2018-06-19 12-28-35

{
  "id": "3wylck7g4s6p4mk5wcsy8i3qu",
  ...
  "title": "allday",
  "when": {
    "end_date": "2018-06-07",
    "object": "datespan",
    "start_date": "2018-06-06"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant