to top
Android APIs
public static final class

CalendarContract.ExtendedProperties

extends Object
implements BaseColumns CalendarContract.EventsColumns CalendarContract.ExtendedPropertiesColumns
java.lang.Object
   ↳ android.provider.CalendarContract.ExtendedProperties

Class Overview

Fields for accessing the Extended Properties. This is a generic set of name/value pairs for use by sync adapters to add extra information to events. There are three writable columns and all three must be present when inserting a new value. They are:

Summary

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.CalendarContract.EventsColumns
From interface android.provider.CalendarContract.ExtendedPropertiesColumns
Fields
public static final Uri CONTENT_URI
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Uri CONTENT_URI

Added in API level 14

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.