Friends
I need to write an application similar to google calendar's day-week-month view in different tabs. For month view I'm using the Curl's calendar control by sub classing its corresponding UI class. But not able to understand how to implement the day+week view of it.
For day-week view there would be time line column at left with 1hr difference (should also be configurable with a context menu) and at right there should be corresponding dotted lines representing the time line which again should be integrated to a calendar data model to traverse with dates.
Once the user will select (by pressing mouse button and dragging) a range of time then he/she will add the event to his/her calendar. Then the event should be available as a rectangle box over time line graph with a thin header (like title bar), few details and it should be draggable and stretchable to other time lines to modify the event. you can see the application at www.google.com/calendar
Can you plz give few pointers to achieve these above tasks which is very similar to google calendar ?
//Thank you
I need to write an application similar to google calendar's day-week-month view in different tabs. For month view I'm using the Curl's calendar control by sub classing its corresponding UI class. But not able to understand how to implement the day+week view of it.
For day-week view there would be time line column at left with 1hr difference (should also be configurable with a context menu) and at right there should be corresponding dotted lines representing the time line which again should be integrated to a calendar data model to traverse with dates.
Once the user will select (by pressing mouse button and dragging) a range of time then he/she will add the event to his/her calendar. Then the event should be available as a rectangle box over time line graph with a thin header (like title bar), few details and it should be draggable and stretchable to other time lines to modify the event. you can see the application at www.google.com/calendar
Can you plz give few pointers to achieve these above tasks which is very similar to google calendar ?
//Thank you