-
Notifications
You must be signed in to change notification settings - Fork 11
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
endDate in findEvents results not always correct #23
Comments
Can you share an example event where this is the case? |
Here is the code: var Observable = require("data/observable").Observable; function createViewModel() {
} exports.createViewModel = createViewModel; |
Hey @EddyVerbruggen Also can confirm that it happens only on repeating events. |
Looks like we need to add a |
The endDate in results from findEvents is sometimes returned as 1970-01-01T00:00:00.000Z, even if allDay is false. In other cases the date is correct. The events are in a google calendar and were not created via your plugin. This is on Android.
The text was updated successfully, but these errors were encountered: