Top "Android-calendar" questions

The Calendar Provider is a repository for a user's calendar events.

Setting date content values on android calendar

Following is the code which i have used to add a event on Android Calendar Cursor cursor=getContentResolver().query(Uri.…

android android-intent calendar android-calendar
calendar day/month/week view in android

I need an android calendar view like attached photo. I already tried with this library https://github.com/alamkanak/Android-Week-View …

android android-calendar
Android Calendar, get Event Id

i'm writing an application that need to add some events to a calendar in android. For inserting i just used …

java android android-calendar
How to read google calendar events in android?

I am reading all the android calendar events and it is working fine by using this below code but, I …

android calendar google-calendar-api android-calendar
Android: CalendarView OnDateChangeLIstener

I've already implemented this listener in order for me to display something when a certain date is clicked, but the …

android android-calendar
Why does the datepicker add a calendar in my view?

I am starting to learn how to develop on Android. It is pretty straightforward but I'm facing an issue I …

android android-layout android-calendar
Getting UTC time with Calendar and Date

I'm trying to get an instance of Date with UTC time using the following code: Calendar cal = Calendar.getInstance(TimeZone.…

java android android-calendar
Custom Calendar Date range swipe selection android

I need to design a custom calendar to choose dates while swiping over them. I need some solution on how …

android calendar android-calendar
Reading all of today's events using CalendarContract - Android 4.0+

I'm trying to use Android's new calendar API to read all of today's calendar events. I'm have trouble finding the …

android android-4.0-ice-cream-sandwich android-calendar
highlighting specific date in calendar view without onClickListener

Is there a good way to highlight a specific/different dates as I want on calendar view in android? Thanks!

android highlighting android-calendar