11-03-2009 12:24 PM
Hi all,
Is there any way to persist Event and Todo items in persistence store.
Thanks
Gautam
11-03-2009 12:27 PM
What is wrong with persisting them in the PIM database?
11-03-2009 02:49 PM
If I store event in PIM database they will appear in calendar which i don't want. I just want to store them as a template for later use.So I have to store them in persistence store but RIM don't allow to store objects which do not implement PersistTable.
Is there any workaround for this problem
Thanks
Gautam
11-03-2009 03:37 PM
As far as I am aware, your only option is to extract all the data into a persistable Object, and save that. Then reconstruct the Event/ToDo from this Object when you need to.