Skip to content

Instantly share code, notes, and snippets.

@ahmed3elshaer
Created January 22, 2019 21:04
Show Gist options
  • Save ahmed3elshaer/4bdeac47b5346280f5e8ed021cbd3a58 to your computer and use it in GitHub Desktop.
Save ahmed3elshaer/4bdeac47b5346280f5e8ed021cbd3a58 to your computer and use it in GitHub Desktop.
private val INSTANCE_PROJECTION = arrayOf(
CalendarContract.Instances.EVENT_ID, // 0
CalendarContract.Instances.BEGIN, // 1
CalendarContract.Instances.END, //2
CalendarContract.Instances.TITLE, // 3
CalendarContract.Instances.ORGANIZER, //4
CalendarContract.Instances.DESCRIPTION, //5
CalendarContract.Instances.CALENDAR_ID //6
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment