Skip to main content

All Questions

1 vote
0 answers
122 views

Android Calendar Provider API is returning deleted recurring events

I am using the Android Calendar Provider API to load events (just their instances). I have noticed that it is also returning deleted instances of a recurring event. I am unable to distinguish them ...
shelll's user avatar
  • 3,293
0 votes
0 answers
152 views

How to filter-out rescheduled Android calendar events instances

I have an app that reads all calendar event instances for a time range like this: ... fun getEventsInstancesForMultipleCalendars(context: Context, calendarsIds: List<Long>, from: Instant, to: ...
shelll's user avatar
  • 3,293
0 votes
1 answer
485 views

RRULE in android

I am trying to set weekly monday reminder in calendar at 9 a.m. Following is the code final int[] preTimings = {9, 12, 18}; Calendar calendar = Calendar.getInstance(Locale.getDefault()); ...
Aagam Shah's user avatar
0 votes
2 answers
828 views

How to convert a timestamp to years, month, days and hours in Android?

I want to convert a timestamp like 62207486144 to days(like 1 year 6 months 2 days 3 hours 33 minutes) in my Android App. How can I do that? I am able to get days and hours but not years or months ...
Bhaskar Jyoti Dutta's user avatar
0 votes
1 answer
492 views

How to add days and get timestamp in Android?

I want to add days like 30, 60, 90, etc to a date a timestamp like 1642599000000 and want to get the new timestamp. I am using the following code but not working properly. It only works for 30 days ...
Bhaskar Jyoti Dutta's user avatar
1 vote
0 answers
52 views

I want to make a Jain calender app, so is there any API or service available for this

I need API or service so I can implement Jain calendar in my Android app.
Chandrashekhar Reddy's user avatar
0 votes
0 answers
326 views

How can i send a notification between two types of users in a app un flutter?

Well, now im developing a calendar app un Flutter, but i don't know how can i link two types of users in it; Let me explain, the app should work more like this: -The general user, named in the code "...
Albert Draco's user avatar
1 vote
0 answers
400 views

Remove or filter duplicate holidays events from calendar database - Android

I am fetching all calendar events including holidays from Android Calendar Database using Content providers. As I am signed in with two different Gmail accounts, the Query returns duplicate holidays. ...
Kavita Patil's user avatar
  • 1,854
2 votes
0 answers
218 views

How can I add events on my calendar view in Android app?

I have an app that has a CalendarView like this in the photo: And I want that it could take "events" with date and description from a list of events and put a little point (or something ...
pazz98's user avatar
  • 85
1 vote
1 answer
120 views

Is it required for a Calendar app to use Calendar Provider?

I'm developing an app where the user can create Events(like Calendar apps), Tasks(like Todo apps), or a Habit(like Habits tracking apps). My question is: Is it required for my app to store the events ...
Azzam Alsharafi's user avatar
-1 votes
3 answers
1k views

How to get specific date of the month programmatically?

How to get specific date of the month in android programmatically? Example, i want to get 23 april 2020 as a string or int and put it inside "if" statement. Example if("23 april 2020"){ // some ...
alizulfuqar's user avatar
0 votes
2 answers
450 views

not getting Dubai current time from calendar instance by using Dubai timezone [duplicate]

I have written a code to get Dubai current time. But i am getting the system current time in return below is the code that i have been using Calendar cal = Calendar.getInstance(TimeZone.getTimeZone(...
jin's user avatar
  • 63
2 votes
1 answer
412 views

How will to integrate the email calendar event entry in android programmatically?

Here I want to make the event entry in a calendar programmatically but it should be the same as the Gmail event creation. Like we can add gest to the event and if the event change by creator then the ...
Chandela's user avatar
  • 292
1 vote
0 answers
115 views

How to make event entry in specific calendar in android programmatically?

In my case I want to provide the choice of the calendar to the user on the starting of my application during the initial login and then the calendar events will enter only to that calendar only, not ...
Chandela's user avatar
  • 292
0 votes
1 answer
505 views

How can I have a calendar with date as horizontal rows and time in vertical columns

the title says it all. I've looked into android arsenal but couldn't find anything that fit my needs. I need to have all the functionality of calendar. Person1 and Person2 can be any string. the only ...
Ashutosh's user avatar
  • 151

15 30 50 per page
1
2 3 4 5
11