Hi guys,
i have some entries in default calendar db
and i like to print them out as text, but...
works just fine. It prints all my calendar entries, but when i try this...Code:cal = e32calendar.open() for i in cal: entry=cal[i] print('content:%s'%entry.content)
Only the first alphabetical entry printed .Code:t = appuifw.Text() appuifw.app.body = t text=('content:%s'%entry.content) t.add(text)
What goes wrong ???
Thanks in advance, any help will highly appreciated.

Reply With Quote



