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
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:
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 :)
The text was updated successfully, but these errors were encountered:
When I'm following the documentation for all day events:
and create events under Android, then the all-day-switch is not set:
Alternatively i found, that it is possible to set a
allday
flag, to set events explicitly as all day events, thanks to this issue: #514But 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 :)
The text was updated successfully, but these errors were encountered: