Skip to main content

All Questions

Tagged with
0 votes
0 answers
54 views

Flutter: Call to Add2Calendar.addEvent2Cal(event) of package add_2_calendar returns false on some devices

I am creating a Flutter application where I want to create an calendar entry for an event. So far I am releasing only for Android phones. When I tap the button that creates the calendar entry, it is ...
Lemeshianos's user avatar
0 votes
0 answers
22 views

How to add an event on long press empty view

I am using the library by Alam Kanak accessible at this github link https://github.com/alamkanak/Android-Week-View/tree/master For the function "onEmptyViewLongPress" I would like the user ...
Maitreyee Tewari's user avatar
0 votes
1 answer
49 views

Writing data in a loop or otherwise

I have a trivial question for you, perhaps. I am writing a Xamarin.Android application. A calendar to be exact. I have a String [] list of a given class in it. I have written data for each month and ...
Michał Schmude's user avatar
0 votes
1 answer
245 views

Flutter How to convert List <string>to List<custom type>? Event type

I try to persist an Event data type in my project loadEventList() async { await _init(); final _ev = _prefs.getStringList('eventList'); List<Event> listToEvent = _ev as List<Event>; ...
user avatar
0 votes
1 answer
492 views

Android Calender Provider - Event Not Creating/Showing

I have written a simple app to insert a calender event into a given android calender. the code doesnt throuw any errors, but the vent is also not showing in the given calender. I was wondering if ...
Bobby Bridgeman's user avatar
1 vote
1 answer
97 views

Read calendar events between 2 dates

I'm trying to read calendar events between 2 dates. I use the Google developer example (https://developer.android.com/guide/topics/providers/calendar-provider), but it's not working. Of course, I ...
Christian's user avatar
  • 748
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
0 votes
0 answers
226 views

How to save calendar events based on CalendarView

I want to know which would be the best idea for storing event entries "in" the days of the CalendarView. I need ideas of how to insert the events and connect them to the days. My only idea would be ...
Florin Oiță's user avatar
1 vote
0 answers
135 views

How to display events of google calendar in ListView on our android application?

I want to show already created events of google calendar in ListView on our android application. I want to fetch that events and wanted to show in ListView of our android application. I created ...
Rohit Kurzekar's user avatar
2 votes
1 answer
2k views

Add event to calendar programmatically

I develop event manager. There are events with date/time of start and end. I need to implement opportunity to insert my in-app events to the android calendar. Here is code I wrote: val startMillis: ...
P. Ilyin's user avatar
  • 771
0 votes
1 answer
36 views

I have added google calendar event with use of content Value from android programatically

I have an issue is event added in google calendar but event add after 1 month from selected date means I have added an event for 15th May 2019. but event set on 15th June 2019 in google calendar. I ...
ankur bhut's user avatar
1 vote
0 answers
28 views

How to change calender decoration color with date

Since last week I have been trying to do that, but it is showing me same color on all dates. private void makeJsonObjectRequest() { SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-...
Manish Chaurasia's user avatar
1 vote
1 answer
1k views

Adding Event to Outlook Calendar

Below is my code to Add calendar Account and then adding Event to that calendar, AuthenticationManager.getInstance().setContextActivity(this); AuthenticationManager.getInstance().connect( ...
Azhar Bandri's user avatar
1 vote
0 answers
69 views

Add event to device calendar, Added event invisible or display wrong data

I am working with the calendar event add in background. I can add the event successfully, but not all times. Some times event display proper, event uri return the proper ID, but sometimes i use the ...
RaRa's user avatar
  • 2,024
-1 votes
1 answer
310 views

Android Studio Convert ISO string to "America/New_York" when adding to event to calendar

I am trying to convert a string "2018-10-17T22:00:00Z" to eastern time zone when adding it as an event to a calendar, but instead of it adding the event time as 6pm it is adding it as 10pm. Any help ...
baskin's user avatar
  • 139

15 30 50 per page
1
2 3 4 5
10