05-20-2009 01:17 PM - edited 05-20-2009 01:23 PM
I've found posts and information in the API that says the BlackBerryContactGroup object is a read-only object by third-party applications. I understand that I can not write my own app to manage contact groups on the device.
Is this at all possible to do using web services within the BlackBerry Enterprise Server infrastructure? I am new to BlackBerry development and the platform so I was hoping to get a quick answer for my client. Managing the contact groups by hand is not going to work for my situation.
Information and quick response is much appreciated.
Thank you,
Greg Robinson
05-20-2009 03:11 PM
I believe you can do so using a lower level api.
have you tried it, maybe the docs are out of date.
I would try it anyways and post results.
If the commit throws exception, we'll know.
I'm also going to give it a try.
05-20-2009 03:13 PM - edited 05-20-2009 03:14 PM
05-20-2009 03:23 PM
I'm considering the system level api "net.rim.device.api.system"
The code may look ugly and you won't get nice PIMItem type objects.
This is just a guess. Further investigation is required to validate this guess.
05-21-2009 03:49 PM