Top "Android-calendar" questions

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

How to get the total number of minutes in the day so far?

How do you get the total number of minutes in the day so far in Java (Android)? Is this possible? …

java android date datetime android-calendar
Get current date as String warning deprecated toGmtString() issue

I want to get the current date day/month/year min:sec in Android so I have used the follow …

android calendar android-calendar android-date
How to delete specific event in calendar

What I want to do is to delete only the content that is saved by me in the calendar instead …

java android android-calendar
calendar.set(Calendar.HOUR_OF_DAY, alarmHour); is not working. What am I doing wrong?

I am setting an alarm for which I take the Hour and Minutes from a TextView and the AM/PM …

android android-alarms android-calendar
Edit background color of a day in calendar view

in my application, I have to show a calendar in which some days are colored differently (eg with a green …

android android-calendar calendarview
PhoneGap/Cordova calendar integration (Android)

I'm building an Android app using PhoneGap (aka Cordova), and am having trouble getting a calendar integration to work. Disclaimer: …

android cordova android-intent phonegap-plugins android-calendar
Android Calendar: how to write sync adapter for calendar INSERT

I would basically like to reopen the following unanswered post: Insert new calendar with SyncAdapter- Calendar API Android I would …

android google-calendar-api android-calendar
deleting event from calendar in android programmatically

I have searched from the internet a lot and tried many examples . I can successfully add event to the calendar …

android events calendar android-calendar reminders
BroadcastReceiver for Android Calendar events

I am trying to write a BroadcastReceiver that listens to events like insert, edit, delete to the native android calendar (…

android broadcastreceiver android-calendar
Deleting events from Calendar not being deleted

I am trying to make my App add reminders to the user's Calendar. The code searches for the title and …

android calendar android-calendar