I am able to add an event to the calendar
Provided there is NO event on that day
If I try to add a second event to the same day it "appears" to work
Uri newEvent =
cr.insert(Uri.parse("content://com.android.calendar/events"), cv);
does NOT return null
But the calendar shows No new event.
Now if there is NO event then it will add it fine
If the second event is another day then it will work
but not more than one on the same day
The only thing I see in LogCat is
06-22 19:02:46.437: INFO/CalendarProvider2(32279): Sending notification intent:
Intent { act=android.intent.action.PROVIDER_CHANGED
dat=content://com.android.calendar }
06-22 19:02:46.447: WARN/ContentResolver(32279): Failed to get type for:
content://com.android.calendar (Unknown URL content://com.android.calendar)
any pointers ?
I need to be able to add multiple events for the same day
thanks in advance
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en