Appgutta / AGCalendar

Calendar module for Titanium
Other
80 stars 25 forks source link

How to show WeekView and Day View using AGCalendar Module? #27

Closed jpsubbarayalu closed 11 years ago

jpsubbarayalu commented 11 years ago

Hi Chris,

i am implementing a Calendar application which consists of Month,Week and Day view.Can u please let me know how to show these views.

Also i can able to add events in the calendar.Its displaying in the Table.Then how to show event detail page in this Calendar Module.

Thanks, Jayaprakash S

ChrisRM commented 11 years ago

There are no week/day-view, but the module allows you to list out all events, so you can create your own view.

Currently im not taking advantage of the iOS built-in "EKEventViewController", so you'll have to create the add/edit view yourself. The reason why I left that one out is because of the multiple datasources. The EKEventViewController works great for adding events to the EventKit datasource, but not for CoreData. Maybe I'll add a method to open the built-in view controller in the future, we'll see.