Skip to main content

All Questions

Tagged with
869 questions with no upvoted or accepted answers
21 votes
1 answer
2k views

Webcal / .ics subscribe to feed from within Android App

For a recent application, I want to provide the ability to subscribe to a calendar feed while staying on the android device. Going to calendar.google.com and manually adding the http link (ics) isn't ...
Jordy's user avatar
  • 1,804
16 votes
0 answers
328 views

How to query new Android Calendar App Reminders?

Last month Google Added the ability to add standalone Reminders into their Calendar app (see article), i have tried to get those events through the standard Calendar Content provider but without any ...
FrankMonza's user avatar
  • 2,044
11 votes
1 answer
5k views

Update and delete calendar events in android through my application

Can anybody show me how can i modify(Edit) and delete android calendar events which has been added by the user itself using my android application. I have tried a lot but none of them working fine for ...
Droid_Dev's user avatar
  • 1,162
9 votes
1 answer
602 views

How to programmatically add calendar subscriptions on Android?

Does anybody happen to know how to subscribe to a server-hosted iCal calendar (such as http://server/filename.ics) from an Android device programmatically? So far I've seen this is possible manually ...
roelofsport's user avatar
9 votes
2 answers
6k views

Webcal on Android

I have a webcal feed with a calendar I would like to add to the user of my app's google calendar. I've tried searching around a lot to see if this is possible but haven't really gotten anywhere. I'm ...
user971889's user avatar
7 votes
0 answers
580 views

Calendar provider changed event not firing at time

I have an application since much time ago which listens to events when calendar events change. I did it adding this to manifest: <receiver android:name="your.package.name.CatchChangesReceiver" ...
Míkel Rodríguez's user avatar
7 votes
1 answer
3k views

How to programmatically populate Reminders section on Android device's Calendar app?

I need to open Android device's Calendar app with some pre-populated data. The logic that Iam using seems to populate fields like: Event description Event location From Date, To Date All day ...
user886827's user avatar
6 votes
0 answers
972 views

Add to Calendar link from website to mobile app

Is there a way to create a link from a responsive website that would open and add an event to the app installed on a mobile phone or tablet? For example, this event on a responsive website. Whenever ...
Daniel Hernandez's user avatar
6 votes
0 answers
1k views

Android AllDay events start or finish on the wrong day

I am working on an android app whose goal is to synchronize events between a PHP application and the smartphone. Everything work fine for “regular” events, but I have an issue with “all day” events. I ...
Julien Rouvier's user avatar
6 votes
1 answer
1k views

Android : Deleting an occurrence of event deletes all of its occurrence

I know, I am not the first one who ask this. I found many questions in stack itself, like Delete only one instance of a recurring event from my Android calendar Android Calendar Provider exception ...
Renjith K N's user avatar
  • 2,633
6 votes
2 answers
5k views

How to select multiple date in custom calendarView?

I am making custom calendar in android My requirement is that make multiple date selection same as shown in image any one have any suggestion.Till now I make calendar on view and trying to draw path ...
Sandeep Tiwari's user avatar
5 votes
0 answers
4k views

How to resolve "Provider org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl not found" error in Android?

Hi I am trying to use "XMLGregorianClander" in Android project. here is my simple code : try { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); ...
Neha's user avatar
  • 255
5 votes
0 answers
366 views

Add event in calendar not working

I have tried to add event in calendar using below code. Its working fine with all devices except Nexus 6 (OS 6.0.1). Its showing Log like added event: content://com.android.calendar/events/1598 in ...
Bhoomika Brahmbhatt's user avatar
5 votes
0 answers
881 views

Android Calendar Event Update SQLiteException

I'm having some trouble updating a calendar event. Here's the code I'm using to insert it: long calID = 1; long startMillis = 0; long endMillis = 0; Calendar beginTime = Calendar.getInstance(); ...
David M's user avatar
  • 841
5 votes
0 answers
111 views

Are Android's "unique" Calendars._ID values reused if the calendar is remotely deleted?

Working with the Calendar Provider APIs has led to a bit of a question about the unique _ID column provided by Android. This column seems to be the primary and preferred way to query for a calendar, ...
Brian's user avatar
  • 963

15 30 50 per page
1
2 3 4 5
58