A Calender Widget to add and read appointments , events etc
-
Hi,
I would like to develop a calender widget that also allows the user to add/modify
events,appointments etc. The standard QT Calender Widget does not provide
this functionality. I was wondering how the Qt Organizer API could be used
to implement this.
Can someone kindly explain what the following lines mean?
(from the Qt mobility doc): "The Organizer API enables a client to request
calendar, schedule and personal data from local or remote backends" and
"this is achieved by defining generic personal information data abstractions
which can sufficiently describe calendar and scheduling data stored in a
platform's native calendaring system."I will appreciate hints as to how i can use this API and implement my custom
widget on symbian 3.thanks,
Max -
You might find this topic interesting: http://developer.qt.nokia.com/forums/viewthread/5031/
It is more about the widget itself though than about the organizer API as a backend.
-
You might also want to look at "this":http://developer.qt.nokia.com/forums/viewthread/2878 topic. However, perhaps the widget discussed there is more suitable for the desktop.