Skip to main content

All Questions

Tagged with
-1 votes
1 answer
66 views

Tamil Month Dates and Tamil Calendar React Native

I want to display react native calendar along with Tamil month date . is there any possible way to achieve it in react native for android and iOS I tried React native calendar and added Tamil ...
VIGNESH KUMARAN's user avatar
0 votes
0 answers
18 views

TableCalendar Not Updating State Correctly

I have a list, so something like var x = [DateTime(xxxx), DateTime(xxxx)]; And I want to show users the days they worked out, so I want the days in that list to appear green, lets say. However, when ...
Cidiko Andorem's user avatar
0 votes
0 answers
43 views

Why does onMonthChanged callback not work in my Flutter Calendar (NeatCleanCalendar)?

I have been working with NeatCleanCalendar and was creating a system to create events on certain weekdays like your average alarm app (For example, a 'Exercise' event that occurs on Mondays, Tuesdays, ...
Nandan Praveen's user avatar
0 votes
1 answer
56 views

How to modify calender in flutter?

How to modify the calendar in flutter? I attached the image below, any package
Shrikant  Maurya's user avatar
0 votes
1 answer
204 views

How to create custom range picker in flutter?

I want to create below type of custom range picker in flutter I have tried use below library but i haven't found way to modified them https://pub.dev/packages/flutter_date_pickers https://pub.dev/...
Goku's user avatar
  • 9,542
0 votes
1 answer
1k views

How can I customize the size of calendar in flutter table_calendar?

Can I make this calendar bigger enough to fill whole screen? I searched some parameter like size, but I couldn't find it. Also, I searched whether there is any padding in day cell that I can customize,...
user avatar
1 vote
1 answer
2k views

Open webcal URI with Outlook

I have a webcal:// link that I wish to open with Microsoft Outlook. When I click the link, it automatically launches the default iOS Calendar. The link is a shared calendar. I would like to provide ...
Dan's user avatar
  • 8,534
2 votes
1 answer
2k views

How to get date given only the day of year number in flutter

I am fairly new to flutter. In android, I could easily use the Calendar class set using cal.set(Calendar.DAY_OF_YEAR, number) and it will return the date for that particular day_of_year number. How ...
CanCoder's user avatar
  • 1,130
0 votes
0 answers
89 views

Creating a calendar event in Android, edit in iOS

I'm looking at adding a calendar event and then link that event for future edit or delete action. My app works in both Android and iOS. If I create an event with Android Xamarin code the URI returned ...
Ian Smith's user avatar
0 votes
1 answer
1k views

Adding event to calendar app from website?

sorry for the relatively vague question - it's more of a "can you do this" because I couldn't find a suitable answer via Googling. If I see a phone number on a website, I can usually click it and my ...
James Stewart's user avatar
6 votes
1 answer
4k views

Programmatically add calendar event to Outlook on iOS or Android

I have a client requesting that our mobile application add a feature to add a calendar event to the Outlook app on iOS/Android. We already provide addition of calendar events via the native APIs on ...
Brandon Rader's user avatar
0 votes
0 answers
1k views

Create calendar appointments with Xamarin Forms

I need to create calendar appointments in iOS and Android (and somewhen maybe Windows) using Xamarin Forms. I've searched a lot but mainly found articles 2 years ago, referencing outdated plugins I ...
K232's user avatar
  • 1,069
2 votes
0 answers
162 views

Is it possible to sync custom calendar using Google Calendar APi with native iOS and Android calendar

After looking through all the documentation of the Google Calendar API. I am still wondering if it's possible to export or sync this calendar with the Android calendar or iOS calendar(depends on user'...
Kevin Tinnemans'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
2 votes
3 answers
1k views

Android yearly calendar like IOS

i want to create yearly calendar in Android like ios . such as this photo . with year , month and date . i do it with 2 listviews and 1 gridview but , i have lag between year items . for 50 years ....
Adnan Abdollah Zaki's user avatar

15 30 50 per page