Hi,

I have a (read-only) database with appointments. I need to store these 
appouintments into the Android calendar using the CalendarProvider.
There is no sync needed. I don't know how to identify an event (by it's ID) 
to prevent duplicate entries of the same appointment. Additionally I don't 
know which appointments to remove if they no longer exists on DB.
Can I save an event with a custom ID or does it come from the API?

What I want:
1. Add events to the Android calendar.
1.1. If the appointment already exists it should not stored twice (no 
duplicates).
2. Remove events that no longer exists on server side.

Thank you very much in advance, hope someone can give an advice.

-Danny Schimke

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to