# Print output for @column tags ?> CalendarContract.CalendarEntity - Android SDK | Android Developers

Most visited


Recently visited


CalendarContract.CalendarEntity

public static final class CalendarContract.CalendarEntity
extends Object implements BaseColumns, CalendarContract.SyncColumns, CalendarContract.CalendarColumns

java.lang.Object
   ↳ android.provider.CalendarContract.CalendarEntity


Class that represents a Calendar Entity. There is one entry per calendar. This is a helper class to make batch operations easier.

Summary


Inherited constants

Fields

public static final Uri CONTENT_URI

The default Uri used when creating a new calendar EntityIterator.

Public methods

static EntityIterator newEntityIterator(Cursor cursor)

Creates an entity iterator for the given cursor.

Inherited methods

Fields


CONTENT_URI

public static final Uri CONTENT_URI

The default Uri used when creating a new calendar EntityIterator.

Public methods


newEntityIterator

public static EntityIterator newEntityIterator (Cursor cursor)

Creates an entity iterator for the given cursor. It assumes the cursor contains a calendars query.

Parameters
cursor Cursor: query on CONTENT_URI

Returns
EntityIterator an EntityIterator of calendars

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.