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

allDay support for events #36

Closed
jasonmorehouse opened this issue Mar 11, 2013 · 3 comments
Closed

allDay support for events #36

jasonmorehouse opened this issue Mar 11, 2013 · 3 comments
Assignees
Labels

Comments

@jasonmorehouse
Copy link

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
Copy link
Member

ChrisRM commented Mar 11, 2013

allDay event are currently not supported, but I've added it in version 2.0 ( See #35 (comment) ).

@ghost ghost assigned ChrisRM Mar 12, 2013
@jasonmorehouse
Copy link
Author

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

@ChrisRM ChrisRM mentioned this issue Mar 24, 2013
@ChrisRM
Copy link
Member

ChrisRM commented Mar 27, 2013

Fixed in version 2.0, will be merged in version 1.3

@ChrisRM ChrisRM closed this as completed Mar 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants