Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

Why is my drag to select function selecting the entire calendar and not what's within the bounds?

I am trying to create a calendar view that allows users to select multiple date ranges, including non continuous, continuous, and single dates. I also want to allow users to drag to select date ranges ...
machigai's user avatar
0 votes
1 answer
21 views

How do I get color coded entries in the iPhone Calendar app?

I recently came across this image* of the iPhone Calendar app in Dark Mode, which got me trying to figure out how to get my Calendar to look like this, with each entry having a color-coded background. ...
T. Bug Reporter's user avatar
0 votes
0 answers
93 views

In Swift DateTimePicker how can i set 12 or 24 hour time format? based on my app settings not Device setting

i need to show time format in dateTimePicker is 12/24 hour time format based on my app settings not show based on device time format General-> time -> 12/24 hour, i try to change Locale also ...
AJITHKUMAR's user avatar
0 votes
0 answers
84 views

Enable the user to pick a date from Calender for non consecutive date only in ios?

I am new to the calendar. I have an array of dates which is non-consecutive. I want to select and highlight it initially. And, the unhighlighted has to be non-clickable, i.e. the user is only able to ...
Amrit Tiwari's user avatar
-1 votes
1 answer
65 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
1 vote
1 answer
120 views

How can I collapse/expand a datePicker() from compact to graphical, like the calendar app?

I've been trying to achieve the calendar select date UI however the default datePicker() is just a line with some sort of bubble that shows up to select a date and disappears once selected. this is ...
Haifa's user avatar
  • 31
0 votes
0 answers
73 views

Can Swift apps add appointments to the iOS appointment app via an Apple API call?

I am writing a new app in Swift that deals with customer relationships. Is there an Apple supplied API my app can call so that it can add appointments to that Apple supplied Calendar/appointment app? ...
LovComSwiftCoder's user avatar
0 votes
0 answers
236 views

Date Input Format Issue in Safari on iOS Devices

I'm encountering an issue with Safari on iOS devices related to the input type 'date'. When using an input field of type date, Safari's default behavior is to display a calendar picker where the date ...
Sulagna's user avatar
5 votes
2 answers
1k views

Why does EKEventStore().requestFullAccessToEvents() work with Simulators but not with real device?

I'm building an iOS App that creates programatically events in the iOS Calendar. My code works perfectly when run in any iOS Simulator. But then when installled in any physical device, it simply doesn'...
matiasortizluna's user avatar
0 votes
0 answers
42 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
82 views

Swift: Calendar nextDate always returns nil if trying to match year component

I was trying to find a robust way of getting the end of the current year in Swift and tried this: let yearComponent = Calendar.current.dateComponents([.year], from: Date.now) return Calendar.current....
BlackWolf's user avatar
  • 5,489
1 vote
1 answer
934 views

Wait for user to give calendar access in Swift/SwifUI?

I'm working on an app in Swift/SwiftUI that requires calendar access and requests this access when users press a button during setup. However, when users press the button to give access, the expected ...
Tanner George's user avatar
1 vote
0 answers
26 views

Get events from a specific calendar in Swift/SwiftUI? [duplicate]

I'm working on an app in Swift/SwiftUI that displays calendar events from a calendar on the user's device called "All Classes". Details about each event within that calendar should appear in ...
Tanner George's user avatar
1 vote
1 answer
382 views

Location Parameter Link Google Calendar App on iPhone not working

This is a very specific question so maybe this is a long shot, but I am very curious if someone could help me out. I have generated a link so people can add an event to their Google Calender by ...
isbn0091947251's user avatar

15 30 50 per page
1
2 3 4 5
51