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 adding an event with no time, 00:00 -- 06:00 is listed for the time for the event when clicking on a date. Is there anyway to hide the time incase of a fullday event?
I noticed in the code it checks for allDay, but passing this to the event doesn't seem to make a difference.
Eg:
Ti.Calendar.addEvent({
title: "My all day event",
startDate: date,
endDateDate: date,
allDay: true,
});
Thanks for all of the improvements. Very handy library.
The text was updated successfully, but these errors were encountered:
When adding an event with no time, 00:00 -- 06:00 is listed for the time for the event when clicking on a date. Is there anyway to hide the time incase of a fullday event?
I noticed in the code it checks for allDay, but passing this to the event doesn't seem to make a difference.
Eg:
Thanks for all of the improvements. Very handy library.
The text was updated successfully, but these errors were encountered: