Select Language
Contributor
GautamBisht
Posts: 31
Registered: 01-05-2009
0

Is it possible to persist Event and Todo items

Hi all,

 

Is there any way to persist Event and Todo items in persistence store.

 

Thanks

Gautam

Expert I
RexDoug
Posts: 2,475
Registered: 07-21-2008
0

Re: Is it possible to persist Event and Todo items

What is wrong with persisting them in the PIM database?

 

 

Contributor
GautamBisht
Posts: 31
Registered: 01-05-2009
0

Re: Is it possible to persist Event and Todo items

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

 

Expert III
peter_strange
Posts: 3,746
Registered: 07-14-2008
0

Re: Is it possible to persist Event and Todo items

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.