CalendarContract.Events.ContentExceptionUri Property

Definition

The content:// style URI for recurring event exceptions.

[Android.Runtime.Register("CONTENT_EXCEPTION_URI")]
public static Android.Net.Uri? ContentExceptionUri { get; }
[<Android.Runtime.Register("CONTENT_EXCEPTION_URI")>]
static member ContentExceptionUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The content:// style URI for recurring event exceptions. Insertions require an appended event ID. Deletion of exceptions requires both the original event ID and the exception event ID (see Uri.Builder#appendPath).

Java documentation for android.provider.CalendarContract.Events.CONTENT_EXCEPTION_URI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to