How to add event to calendar
-
Are you looking for a cusomised calendar widget like "this":http://developer.qt.nokia.com/wiki/How_to_create_a_custom_calender_widget ?
-
[quote author="Rahul Das" date="1316626928"]Are you looking for a cusomised calendar widget like "this":http://developer.qt.nokia.com/wiki/How_to_create_a_custom_calender_widget ?[/quote]
Hmm, I don't think so.
I'm looking for how I can add event to my phone's calendar from my app.
-
Oh you want to add something to device calendar..I was confused little bit with "Event". :) I think you can make use of Mobility. May be "organiser":http://doc.qt.nokia.com/qtmobility/organizer.html , but i haven't tested that..
-
[quote author="Rahul Das" date="1316628507"]Oh you want to add something to device calendar..I was confused little bit with "Event". :) I think you can make use of Mobility. May be "organiser":http://doc.qt.nokia.com/qtmobility/organizer.html , but i haven't tested that.. [/quote]
This "example calendar app":http://doc.qt.nokia.com/qtmobility-1.1.0-beta/calendardemo.html must a good example how to use Qt Mobility Organizer API.
-
bq. This example calendar app [doc.qt.nokia.com] must a good example how to use Qt Mobility Organizer API.
Indeed.. :)