Display simple calendar on screen in python S60 (pyS60)

513 views Asked by At

I am trying to develop a simple calendar based application using pyS60. I need to display a calendar as part of the form. I have searched but I couldn't find anything useful in the e32calendar documentation. I can get a calendar on the canvas but its not interactive. But i want one which is interactive ( just like inbuilt calendar in Nokia Mobiles). I don`t need the event classes though.

Am I missing something?

TIA Chirag Narula

1

There are 1 answers

2
pyfunc On

Python module for py60 has a calendar module, which provides calendar services like reading, creating entries, setting alarms. Please look into the documentation at http://wiki.opensource.nokia.com/projects/PyS60

In Doc, Section 7.2.2 provides a way to do that :

CalendarDb objects represent a live view into the database. If an entry is changed outside your Python application, the changes are visible immediately, and conversely any changes you commit into the database are visible immediately to other applications.