We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I create event on 16.05.2018 (My timezone is +2 Kyiv, Ukraine) in outlook.com
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" } }
The text was updated successfully, but these errors were encountered:
Allday events become two-day events:
{ "id": "3wylck7g4s6p4mk5wcsy8i3qu", ... "title": "allday", "when": { "end_date": "2018-06-07", "object": "datespan", "start_date": "2018-06-06" }
Sorry, something went wrong.
No branches or pull requests
I create event on 16.05.2018 (My timezone is +2 Kyiv, Ukraine) in outlook.com
And then I pull event from nylas API and it is on 15.05.2018:
The text was updated successfully, but these errors were encountered: