Skip to main content

Questions tagged [calendar]

A calendar is a system of reckoning time in which the beginning, length and divisions of a year are defined. The term may refer to a software class or library for the manipulation and display of calendar data, or to a list of events with associated dates and times, managed by a human via an application or operating system user interface.

calendar
0 votes
0 answers
9 views

Error making appointment: FormatException: Invalid date format in Flutter app using Dio for API requests

I am working on a Flutter application that involves making appointments by selecting a date and time. The appointment details are then sent to the backend via an API request. However, I'm encountering ...
hamsoace's user avatar
  • 117
1 vote
1 answer
17 views

Conditional Formatting to highlight current date on calendar

I'm trying to format my excel calendar to highlight the current date but I'm struggling to find a way around it because my calendar is put together using a sequence formula. Formula applied in cell B4:...
Kristen Striker's user avatar
0 votes
1 answer
22 views

Having Issue with AjaxCalendarExtenderControl.Add in ASP.NET

Having Issue with AjaxCalendarExtenderControl.Add in ASP.NET The following code: Private Sub AddCalendarExtender() AddControlToCollection(AjaxCalendarExtenderControl.Add("Calendar" & ...
dibello.4's user avatar
2 votes
1 answer
42 views

Python pandas-market-calendars

Question on calendar derivation logic in the Python module https://pypi.org/project/pandas-market-calendars/. Does this module depend on any third party API's to get the calendars or the calendars are ...
Dinakar Ullas's user avatar
0 votes
0 answers
20 views

Fullcalendar visibleRange not called when view is multiMonthYear

Fullcalendar's visibleRange is not getting called when initial view is multiMonthYear. I supose it doesn't reach the code since it doesn't even execute a console log inside the function. I have tried ...
Moha Hajjami's user avatar
0 votes
0 answers
16 views

Fullcalendar multi-month grid skip specific months when using duration to make course view

I'm trying to display a view as a school course, which spans through two years skipping july and august as these count as vacation. options = <CalendarOptions>{ plugins: [...
Moha Hajjami's user avatar
0 votes
0 answers
17 views

Horizontal scroll in calendar with panResponder not working properly

I'm creating a calendar in react native. I have the arrows to move to next and previous month that works correctly and I'm trying to use an horizontal scroll or drag to move between months but no ...
ignacio camballo's user avatar
0 votes
0 answers
26 views

Customizing the time slots in Fullcalendar [closed]

I'm using FullCalendar in reactjs/typescript and would like to have a weekly schedule that is divided in slots, each having small breaks/lunchtime inbetween. Just like this question, except that it ...
Luis Angel Urena Lopez's user avatar
0 votes
0 answers
17 views

Kendo UI / JQuery Calendar Widget Template not working and Unexpected Syntax

I am trying to integrate a custom styled (template styled) calendar in KendoUI for JQuery. While the visuals just don't show up in my application, even if I load the testdate like in the example, (the ...
Bruce Wayne's user avatar
0 votes
1 answer
26 views

How to prevent click outside event from closing a filter component when interacting with a calendar component in Angular?

I'm working on an Angular application where I have a filter component that toggles its visibility based on a click outside event. This works as expected, but I have an issue when there is a calendar ...
Amanda's user avatar
  • 81
0 votes
0 answers
11 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
31 views

Vue <Calendar> component convert date to another format yyyy/mm/dd

below is my <Calendar>: <Calendar v-model="value" :date-format="props.dateFormat" :view="props.view" :input-class="props.inputClass" ...
Progranoob's user avatar
0 votes
1 answer
25 views

How to change date format if I use a MUI TextField with type of date?

I am using MUI TextField component with the type of Date to create a calendar. The default calendar date format is MM/DD/YYYY althouth I want it to be DD/MM/YYYY. Is there any possibility to change ...
Gayan Madhusankha's user avatar
1 vote
0 answers
31 views

Streamlit_Calender Update Issue

I've been working on a project, and I need to create an updatable calendar module for it. I found this thing called streamlit_calendar, and it works pretty well for pre-set events in a list of ...
vrishabh gupta's user avatar
-1 votes
0 answers
50 views

Calendar into Fiscal Calendar - How to Choose Text Input

I have a fiscal calendar where separates calendar months into fiscal months. How can we input a function/formula when a fiscal month needs a "zero" as is "P04" and when it doesn't ...
Sakram3ntum's user avatar

15 30 50 per page
1
2 3 4 5
917