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

Android: All day events not marked as all day events #550

Open
GitToTheHub opened this issue May 20, 2021 · 0 comments
Open

Android: All day events not marked as all day events #550

GitToTheHub opened this issue May 20, 2021 · 0 comments

Comments

@GitToTheHub
Copy link

When I'm following the documentation for all day events:

Creating an all day event:

// set the startdate to midnight and set the enddate to midnight the next day
var startDate = new Date(2014,2,15,0,0,0,0,0);
var endDate = new Date(2014,2,16,0,0,0,0,0);

and create events under Android, then the all-day-switch is not set:

Screenshot_1621546590_edit

Alternatively i found, that it is possible to set a allday flag, to set events explicitly as all day events, thanks to this issue: #514
But I'm missing the documentation for that in this plugin. Could you extend your documentation with this flag or fix the automatic detection for all day events? I'm glad, that you already have a flag, which i can set, thank you for your work :)

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