Appgutta / AGCalendar

Calendar module for Titanium
Other
80 stars 25 forks source link

allDay support for events #36

Closed jasonmorehouse closed 11 years ago

jasonmorehouse commented 11 years ago

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,
   });

Screen Shot 2013-03-11 at 12 51 25 PM

Thanks for all of the improvements. Very handy library.

ChrisRM commented 11 years ago

allDay event are currently not supported, but I've added it in version 2.0 ( See https://github.com/Appgutta/AGCalendar/issues/35#issuecomment-14678799 ).

jasonmorehouse commented 11 years ago

Sounds great. Let me know when 2.0 is ready for some testing. Thanks for the efforts.

ChrisRM commented 11 years ago

Fixed in version 2.0, will be merged in version 1.3