search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged calendar

How to execute using MySQL instead of SQLite?

Answered: The default MySQL port is 3306 so keep that value (unless you have changed the port in your MySQL installation). As far as I can see there are no extra backticks in the SQL commands. Your _db.php sho...

Clear all the events from the calendar with javascript

Answered: Hi Philippe, The events are stored in .events.list array - so you can do something like this: dpc1.events.list = []; dpc1.update(); See also: https://api.daypilot.org/daypilot-calendar-events-li...

HeightSpec="Full" - TypeError: $h is undefined

Hi, I work on a project which use the calendar. It works well with HeightSpec="BusinessHoursNoScroll" property. But when it doesn't works with HeightSpec="Full" and I have a javascript error : ______...

How to limit appointment time only to 30 minutes?

Answered: 1. The default appointment slot duration is set in "backend_create.php" file using $slot_duration variable: $slot_duration = 60; You can change it as needed. 2. Yes, you should change sesion_id t...

Calendar events not updating

Answered: 1. If you have a complete data set that you want to display (i.e. you don't plan to apply any "diff" to the event set) the recommended way is to assign the array directly to .events.list: vm.calend...

How-To: Change Week Start for DayPilot.Calendar (Week View)

Hi, How can I change the week view start day? It keeps defaulting to Sunday to Saturday. I would like to have it as Monday to Sunday. Please see attached image. Navigator is correct but Calendar not....

Shared / Public calendar folder

Answered: David Try adding the following to the end of your Read Only Service property: svc.ImpersonatedUserId = New ImpersonatedUserId(ConnectingIdType.SmtpAddress, "room@domain.com") Be aware that it will re...

whom to contact if i want to buy this

Answered: Please contact sales@daypilot.org for sales-related questions, thanks.

demo

Answered: The easiest way to try it out is to download the project and run it on a local webserver with PHP enabled (e.g. Linux with Apache and PHP). Just copy the project to the web root. If you use MySQL you...

HTML5 Doctor Appointment Scheduling (JavaScript/PHP/MySQL)"

Answered: If you are asking about how to install the project locally to try it out please see this answer: http://forums.daypilot.org/Topic.aspx/3413/demo If you are asking about licensing - you'll need a DayP...

Autoscroll feature with Daypilot Calendar

Hi all, I'm wondering if it's possible to implement the autoScroll properties (available on Daypilot Scheduler) on the Daypilot Calendar. I have tired to set autoScroll = "Always" but it's not workin...

Event Width Representative of Start and End Time, Monthly Event Calendar

Is there a way to get an event width to be representative of its start and end time? As an example scenario, if I had an event that started at 12pm (12:00) and finished at 6pm (18:00), is it possible...

Example Grails Code?

Answered: Unfortunately this sample relies on the Microsoft EWS library which is only available for .NET so there is no easy way to translate this project to Grails.

Can i have this on Delphi - Pascal?

Answered: Unfortunately this only works on .NET. I'm not sure if there is any EWS library for Delphi available. The Microsoft EWS library is a wrapper around the Exchange Web Services API (SOAP) which can be a...

Disable eventoverlap on on client side in calendar?

Answered: Unfortunately it's not implemented in the Calendar at the moment. It will be added in one of the future releases.

End Date is not showing inclusive of date.

Answered: I assume you are talking about the month control: http://mvc.daypilot.org/demo/Lite/Month/ DayPilot works with full DateTime specification for both the event start and end. This means the end date is...

How to show or bind the weekdays dynamically?

Answered: You can specify the week date using StartDate property. It is accessible in the config (DayPilotCalendarConfig class): @Html.DayPilotCalendar("dpc", new DayPilotCalendarConfig { BackendUrl = Ur...

How to add event in Calendar control

Answered: Please take a look at the following tutorial: http://code.daypilot.org/59860/asp-net-mvc-5-event-calendar It shows how to use the Calendar control in MVC. It uses the Pro version but the same approac...

Same event times (UDT) between calendar resource view and workweek view but they display at different local times.

I have a list of events that I share between a Resource view and a WorkWeek view. The daypilot dates of the events are UDT time as expected. When those events are displayed in the Resource view, they...

Selected event unselects when I call .update() on Calendar?

Answered: This is a bug which has been fixed in build 8.0.1746. You can test it and download the latest build in the sandbox: http://javascript.daypilot.org/sandbox/calendar/eventselecting.html

How to process event double click without error in DayPilot Calendar?

Answered: Please see the documentation on how to use event double click event: http://doc.daypilot.org/calendar/event-double-click/ In the latest realease (http://javascript.daypilot.org/daypilot-pro-for-javas...

Daypilot recurrence events error

0 down vote favorite I have used the recurrence feature used by daypilot calendar as following : protected void Calendar_BeforeEventRecurrence(DayPilot.Web.Ui.Events.Calendar.BeforeEventRecurrenceEve...

External Drag for scheduler with calendar

I want to perform an external drag from a gridview to a Scheduler with a linked navigator to select date. If we select different date from the calendar, e.StartDate and e.EndDate will still be Today ...

Calendar inside Bootstrap tab scroll bar issue

Answered: I found a solution. In stead of a tab control. I used Fadein/Fadeout and buttons to simulate a tab control. When the view loads all the daypilot calendars are visible, then I fadeout/fadein the divs ...

Local Time Client Calendar but UTC Server Side

(2014-09-02 08:42 UTC) Hello All, I am using the 'ASP.NET WebForms 7.8 SP2 (build 7.8.3169)' Calendar object. I have an issue with Local/UTC DateTime handling. I have been going though all (most?) fo...

HourHalfBorderColor in CssOnly mode

Hi, i'm trying to update an old project using Daypilot Calendar to use the new CssOnly available since v7. I'm stuck trying to reproduce the HourHalfBorderColor properties of non CssOnly mode. I need...

Why does calendar add event at wrong time when using BusinessHoursNoScroll

Something seems weird when switching between businesshoursnoscroll and businesshours. The time of the event is incorrect. Here is a fiddle: http://jsfiddle.net/Viktor/uf6x4hdn/1/ Side note: It would ...

How to set every Sunday and Bank Holidays as different colour.

I have been trying to figure out how to can specify days and set there background colour. I have been trying different things like: (Just to set Sunday as a different colour, this didn't set the back...

How to set DayPilot calendar DayBeginsHour and DayBeginsHour dynamically

Answered: Not all properties are synchronized during the CallBack update - forcing the full update using DayPilotCalendar1.Update(CallBackUpdateType.Full) doesn't help. 1. You can place the Calendar control in...

IE 8 slow loading Calendar on Post-Back

Hi, we have an application that uses 6.9 pro with the webforms calendar and every time the page is posted back i.e. changing a date, the calendar takes a long time to render. Surprisingly the longest...
Previous Questions 61-90 of 120 Next