Stay organized with collections
Save and categorize content based on your preferences.
EventDays
class EventDays : CalendarContract.EventDaysColumns
Fields and helpers for querying for a list of days that contain events.
Summary
Public methods |
static Cursor! |
Retrieves the days with events for the Julian days starting at "startDay" for "numDays".
|
Public methods
query
static fun query(
cr: ContentResolver!,
startDay: Int,
numDays: Int,
projection: Array<String!>!
): Cursor!
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 |
Array<String!>!: the columns to return in the cursor |
Return |
Cursor! |
a database cursor containing a list of start and end days for events |
Properties
CONTENT_URI
static val CONTENT_URI: Uri!
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]