Questions tagged [calendar]

A calendar serves as a mechanism for measuring and organizing time, encapsulating the start, duration, and subdivisions of a year. The phrase can pertain to a programming code or framework designed for handling and exhibiting calendar-related information, or refer to an inventory of occasions connected with specific dates and times, overseen by an individual through an app or computer interface.

Typescript types for the Google Calendar API

Is there anyone out there who can confirm whether the google Calendar API (via the npm package googleapis) for node.js or browser supports types that can be utilized in TypeScript? This would allow for a more strongly typed approach in projects using node ...

What is the most effective method for a div to cover multiple table cells simultaneously?

Struggling to understand how a calendar web page using jQuery and asp.net-mvc similar to this example supports events that span multiple days with the event displayed across multiple cells in the table view. Upon inspecting the code using firebug, it appe ...

Google Calendar Data in JSON Format

After establishing a public calendar on Google, I aimed to utilize its JSON file for embedding it onto my website. The link to view the calendar is available here. I am encountering difficulties in executing it, and what strikes me is that renowned JSON f ...

The jQuery calendar malfunctions on desktop devices but functions properly on mobile devices

Experiencing an unusual issue with the jQuery calendar on my website. The code is within a block (widget) in the Flatsome theme on Wordpress, and I'm using the same block for both desktop and mobile versions of the header builder. Strangely, the calendar o ...

Error encountered with the item properties in vue-simple-calendar 'classes'

For my Vue.js project, I am utilizing the npm calendar package called `vue-simple-calendar` and aiming to implement dynamic classes for each event item like background-color, etc. However, the `classes` property doesn't seem to be functioning as expected. ...

What is the process for adjusting the color of a particular date in the <input type=Date> field?

Is there a way to modify the styling, such as color, of the input type date in HTML 5? In HTML 5, we can display a calendar using <input type=date>. For example, if March 23rd is a holiday and I want to highlight this specific date in red, how can I ...

Exploring the uses of looping and conditional statements within PHP arrays

How can I create a loop and condition in an array to generate a schedule calendar? $this->widget('ext.yiicalendar.YiiCalendar', array ( 'linksArray'=>array ( '2014-12-13'=>array ( ...

Choosing a clickable date from a calendar in Selenium using Java with two dates displayed

While attempting to select the 29th of February on a bootstrap calendar, I encountered an issue where the debugger tried to select the 29th of January, which was disabled or inactive. This led to a response indicating that the element was not clickable. T ...

The datepicker in Vuetify is failing to display any dates

My date picker modal expands correctly, but the dates are not showing up. https://i.stack.imgur.com/azC1w.png The datepicker functions perfectly on the Codepen demo, displaying the dates as expected. However, when I try to implement the same code in my ap ...

Customize the month template of the Kendo datepicker calendar popup in an AngularJS application

I've been working on adjusting the month template for an existing calendar popup. Initially, I used the code below: $("#" + attributeId).kendoDatePicker({ dates: jsonResult, weekNumber: true, month: { // template for dates in mont ...

Having trouble setting up the calendar feature in my Ionic Angular application

I have a simple task at hand: creating a project for a calendar/schedule app that displays and allows editing of the schedule/division of professors in my institute on a daily basis. First off, do you have any better ideas, methods, or software suggestion ...

What is the best method to retrieve the Harvard GSD calendars with Ajax?

Currently, I'm working on setting this up using Ajax technology, and here's what I've managed to come up with so far. Despite numerous attempts, I still haven't been able to crack the code. function retrieveCalendarData() { $(".cals"). ...

Issue with PrimeNG Calendar month picker functionality not functioning as expected

I recently integrated a PrimeNG code snippet for a month picker. Although it is functioning correctly, I noticed a discrepancy compared to the PrimeNG example - specifically, the year does not change when clicking on the arrow buttons. The ngModel, howev ...

Explore the full range of events available on the Angular UI-Calendar, the innovative directive designed for Arshaw FullCalendar

Utilizing external events with Angular ui-calendar: HTML: <div id='external-events'> <ul> <li class='fc-event'>Event 1</li> <li class='fc-event'>Event 2</li> <li cla ...

Display a complete calendar with the date picker on a webpage

Currently experimenting with React to build a straightforward application. Admiring the appearance of full calendars from these date pickers (once clicked): Material-UI React-Toolbox Wondering if it's feasible to present the full calendar directly on a ...

"Updating the date and time on an Android device

I am looking to modify the datetime type from dd.MM.yyyy after parsing a JSON file. Although I have written some code to change the datetime format, the time remains constant. For instance, if the date is 2.3.2014, this is my current code: Calendar cal = ...

Looking for a fully customizable event and booking calendar?

Currently, I am searching for a unique event and booking calendar that provides the ability to customize each cell or day with our desired content. While most calendars only allow for inputting events as text, we require a solution that enables us to add ...

What are the steps for choosing the current date from a dynamic calendar using Selenium?

I am having an issue where the calendar display is showing dates from the current date to the next upcoming date. However, I need to select the current date every time I run the script. This is how the calendar looks like: I attempted to solve this issue ...

Using the DatePicker component with non-escaped Latin alphabet characters in date-fns for ReactJS

While attempting to integrate the DatePicker component from Material UI into my React project, I encountered an error. Although many attributed the issue to a version discrepancy, what ultimately resolved the problem for me was assigning a value to the Da ...

Displaying time in weekly view on the Angular 4.0 calendar

I've integrated the library into my Angular application to manage calendar events display and creation. The app features a monthly, weekly, and daily view option for users. However, I noticed that in the weekly view, only the dates are shown without any ...

Where can I find the complete specification for the Calendarific JSON format?

I am interested in utilizing the Calendarific API for calculating working days in different regions. While the JSON response is informative, I am unable to locate a comprehensive definition of the fields within the API. In particular, I am seeking detail ...

Launching Android Calendar app using Intent from a web browser (Chrome)

Did you know that you can use HTML links to open Android apps from within Chrome? Take a look at this resource. If you're trying to open the calendar app from an Android app, the intent should be content://com.android.calendar/time. Learn more about how t ...

Angular 14: Exploring the left datepicker panel navigation in PrimeNG

In my situation, I am trying to adjust the position of the date-picker in relation to a panel displayed within a <p-calendar> element. Due to a splitter on the right side, I need to shift the date-picker towards the left. Here is the HTML code: < ...

concealing the date selection feature on the data picker

$('.year').datepicker({ changeMonth: true, changeYear: true, showButtonPanel: true, dateFormat: 'MM yy', onOpen: function(dateText, inst) { $("table.ui-datepicker-calendar").addClass('hide') }, onClose: function(dateText, inst) { ...

Challenges with CJuiDialog pop-up feature

As a beginner in AJAX, jQuery and similar technologies, I am currently working on a project that involves creating a calendar where substitutes can indicate their availability for specific days and time periods. However, I am facing an issue with implement ...

Bug in React Big Calendar causing time to display incorrectly

I'm currently working on showcasing events using React-big-calendar. However, I've encountered an issue with the time format. The data structure I'm passing to the calendar for events looks like this: { end: Tue Nov 03 2020 21:42:16 GMT+0100 (Central E ...

Unique layout design that organizes calendar using nested divs with flexbox - no

I am having difficulties achieving the desired outcome with my calendar header layout implemented using flexbox for the years, months, and days. What could be the issue? Is it due to the structure of the HTML or is there something missing in the CSS? The ...

Real-time Property Availability Widget

I need assistance with creating a website for a homeowner who wants to rent out their property. The client requires a feature that allows them to log in and easily mark individual days as available or unavailable for rental by choosing specific colors for ...

"Ionic Calendar 2 - The ultimate tool for organizing your

I am using a calendar in my Ionic app that retrieves events from a database through an API. var xhr = new XMLHttpRequest(); xhr.open('GET', 'http://portalemme2.com.br/SaoJoseAPI/agenda', true); this.http.get('http://portalemme2.c ...

Issue with floating date and time not functioning properly in ICS file for Yahoo Calendar

I have set up a calendar event in Google, Apple, and Yahoo calendars for each individual customer. The event is scheduled based on the customer's address at a specific time, so there should be no need for timezone conversion. However, I encountered an issu ...

Advancing through time with progress

How can I display a progress indicator for events in fullcalendar based on the current time by changing their color dynamically in HTML? Thank you for your help! ...

Schedule Keeper for ASP.NET MVC

Currently, I am immersed in a project that centers around events. These events will have start dates stored in SQL SERVER through Entity Framework. As part of the frontend design, I aim to emphasize the event dates prominently. My preference is not to util ...

Troubleshooting: The issue of ngModel being undefined in Angular2 with the <input> element

I am currently working with Angular2 and a modified version of Semantic-UI that includes a calendar module. I am utilizing the `calendar` and `dropdown` functionalities: constructor() { setTimeout(() => { jQuery('.ui.dropdown').dropdown(); ...

Challenges encountered with a simple PHP calendar script

I created this PHP calendar template that starts from Monday instead of Sunday to suit my Italian preferences. <?php $date = strtotime("2021-10-28"); $monthNames = Array("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", ...

Save the .ics file from website onto your Android calendar

I am experiencing an issue with .ics files and my smartphone's calendar. When I create an ICS file and try to download it, I use the following function : function createEventCalendar($start, $end, $description, $location) { $event = array(); ...

Get the date string formatted for an Angular2 date range picker

In my Angular2/Spring web application, I am utilizing a calendar from the following sources: https://www.npmjs.com/package/ng2-daterangepicker http : // www. daterangepicker . com/ The issue I am encountering is with formatting the date output. Accordin ...

Eliminate Specific Days from Material Calendar Display

After struggling to remove selected days from the material calendar and their decorators without success, I eventually found a workaround. Instead of using removeDecorator(), I created an additional XML file to decorate the removed days. I will share my s ...

How can I customize the color of a date range in the jQuery date picker?

Currently, I am using the following method to set a different color for a specific date range - April 5th to April 7th. You can view it here: http://jsfiddle.net/sickworm/dpvz52tf/ var SelectedDates = {}; SelectedDates[new Date('04/05/2015')] = new Da ...

How come my Calendar is not showing up on the browser?

I came across a helpful guide on setting up a Calendar in HTML using JavaScript You can find it here: Unfortunately, the code I tried to use based on that guide isn't functioning as expected. <div class="row"> <div class="col-lg-4 text ...

Utilize MetroUiCSS to effortlessly integrate a sleek calendar into your AngularJS application

I'm looking to incorporate a calendar from Metro Ui CSS into my project. Here is the link to the calendar: However, I am struggling with how to activate the calendar. I have already included all necessary scripts in my index.html (3 scripts) and have ...

Developing a calendar UI with similar features and functionality to Google Calendar using Ionic 2

My journey with Ionic 2 began only one week ago and has been relatively smooth sailing thus far. However, I have hit a roadblock - I need to create a calendar interface for users to book time slots. Can anyone offer assistance on how to tackle this task? ...

Issues with Semantic UI Calendar not displaying properly

I am currently experimenting with the Semantic UI Calendar, where there is a date input field and a calendar that pops up when selected as demonstrated in this initial example. Since I am not familiar with this process, I am uncertain if I have properly li ...