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

Most visited


Recently visited


CalendarContract.EventDays

public static final class CalendarContract.EventDays
extends Object implements CalendarContract.EventDaysColumns

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


Fields and helpers for querying for a list of days that contain events.

Summary


Inherited constants

Fields

public static final Uri CONTENT_URI

Public methods

static Cursor query(ContentResolver cr, int startDay, int numDays, String[] projection)

Retrieves the days with events for the Julian days starting at "startDay" for "numDays".

Inherited methods

Fields


CONTENT_URI

public static final Uri CONTENT_URI

Public methods


query

public static Cursor query (ContentResolver cr, 
                int startDay, 
                int numDays, 
                String[] projection)

Retrieves the days with events for the Julian days starting at "startDay" for "numDays". It returns a cursor containing startday and endday representing the max range of days for all events beginning on each startday.This is a blocking function and should not be done on the UI thread.

Parameters
cr ContentResolver: the ContentResolver

startDay int: the first Julian day in the range

numDays int: the number of days to load (must be at least 1)

projection String: the columns to return in the cursor

Returns
Cursor a database cursor containing a list of start and end days for events

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.