Skip to main content
2 votes
1 answer
125 views

I'm trying to create a custom WearOS complication that shows the title of the next event. The watch has a built-in Agenda app that synchronizes with the phone's calendar. There is also a built-in ...
Pion Developer's user avatar
2 votes
0 answers
89 views

Recently a change to birthdays was introduced which also introduced the eventtype to identify birthday events. https://workspaceupdates.googleblog.com/2024/09/create-birthdays-in-google-calendar.html ...
user2694572's user avatar
0 votes
1 answer
129 views

I'm trying to do Google Calendar synchronization with iOS and Android. For iOS i'm using google-api-objectivec-client-for-rest For Android i'm using the method with contentResolver and ContentValues ...
4bottiglie's user avatar
1 vote
0 answers
59 views

When I fetch local calendar data in android app in the cusrosr events description data shows as HTM formatted. While creating an outlook calendar event added " This is test message " this is ...
Bhargav's user avatar
  • 11
0 votes
1 answer
64 views

After query event details from CalendarContract.EVENTS.CONTENT_URI using content URI value, Is it possible to use this event details to query all recurring instances fromCalendarContract.Instances. ...
Yash's user avatar
  • 47
2 votes
1 answer
454 views

Hi Stack Overflow community, I am trying to integrate the com.kizitonwose.calendar.view.CalendarView library into my Android project, but I am facing an issue. After adding the dependency and ...
Akbar Amin's user avatar
2 votes
1 answer
191 views

I tried adding a calendar event to the Android calendar using this code: fun insertEvent(event: CalendarEvent): Uri? { val contentResolver = context.contentResolver val values = ContentValues()...
Julius Babies's user avatar
0 votes
1 answer
54 views

Context: I have a QR scanner app that can scan calendar event. upon scanned, the user can add the calendar event or share it. how can I share (if I can) to another app? That how I create the event ...
nope's user avatar
  • 334
2 votes
0 answers
288 views

I created a booking application. when a reservation is made, an event is automatically added to the calendar. this works on most devices. i came across some devices where it doesn't work (xiaomi and ...
Marco Ferrante's user avatar
0 votes
1 answer
352 views

I'm trying to add a button that launches the Calendar app on Android 13: private fun openCalendar() { val intent = Intent(Intent.ACTION_VIEW).apply { data = CalendarContract.CONTENT_URI ...
liarspocker's user avatar
  • 2,454
0 votes
0 answers
79 views

`I'm facing an issue with the ListView in an Android app where I'm able to delete an event from the listview using a content resolver. The deletion is reflected instantly in the ListView, but when I ...
Pratham Koli's user avatar
0 votes
0 answers
129 views

I've created a Google script to create an event in my Google Calendar. What I want to happen is to be reminded about that event on my device (Andriod phone). However, as far as I can tell the local ...
Steve's user avatar
  • 1
1 vote
2 answers
3k views

I'm using StateFlow to update compose views. There is a stateFlow that type is Calendar; private val _selectedStartDate: MutableStateFlow<Calendar> = MutableStateFlow(Calendar.getInstance()) val ...
Mehmet Gür's user avatar
1 vote
0 answers
50 views

I'm trying to add a DatePicker for the user to choose a date from the calendar. Then, I'm using Firebase query equalTo(dateSelected.getTime()) to check whether the timestamps in every record match the ...
Zann's user avatar
  • 21
0 votes
0 answers
112 views

please I greatly need your help on how can I, in "CALENDAR", set different datas for each day and display it when the day is clicked. I have checked everywhere and you guys are my last ...
Brice Ulrich's user avatar

15 30 50 per page
1
2 3 4 5
67