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

Questions Tagged event-calendar

Possibility of an automated reminder

Answered: This needs to be done on the server side. DayPilot focuses on the UI and it doesn't include support for sending emails.

How to stop drag and drop feature on event calendar

Answered: You need to turn the features off one by one: dp.eventMoveHandling = "Disabled"; dp.eventResizeHandling = "Disabled"; dp.timeRangeSelectedHandling = "Disabled"; See also the following tutorial ...

'daypilot-calendar' is not a known element

Answered: Both sources - the article (http://code.daypilot.org/63034/angularjs-event-calendar-open-source) and the forum topic (https://forums.daypilot.org/Topic.aspx/3170/directive-not-working) use AngularJS ...

Export to PNG

I am implementing the print functionality in a page that inherits master page in asp.net.so wen I clock on print the PNG generated has all the tabs n stuff which are in master page...How can I get on...

delete and/or view

hi, how do i delete/cancel the event on your program? also, how or where can i access or view it's database? 'coz i can't see it in my localhost. i'm using uwamp server. it would be great if you help...

Monthly Event Calendar - Steps after AJAX Calendar Event Moving not clear

Answered: To get it working you need these elements: 1. A MVC view with the calendar (Views/Home/Index.cshtml) 2. A controller action for this view (Controllers/HomeController.cs: Index() method) 3. A controll...

How do you delete an event?

Answered: The Lite edition doesn't support the built-in "delete" icon like the Pro version: https://doc.daypilot.org/calendar/event-deleting/ The best way would probably be to add a "Delete" button to the moda...

design

Answered: You can customize the appearence by creating a custom CSS theme. You can use the online theme designer to generate a new theme: http://themes.daypilot.org/ The generated CSS file can be also customiz...

Time in event title

Answered: The current version doesn't add the time automatically but you can enable it using ShowEventStartEnd property: ShowEventStartEnd="true"

The 'Press and Hold' does not seem to work

I get the menu to popup on my mobile device and then it closes before I can interact with is. Very frustrating. What can I do to get this working?

Calender controls

how to show the monthcalendar of the text given in a textbox in the format of dd/mm/yyyy

Edit

Answered: You mus use the EventClickHandling and EventClickJavascript to envoke a ModalDialog, an show the editable data on it. https://doc.daypilot.org/scheduler/event-editing/

Remove Demo Title From the Tool

Answered: The tutorial includes a trial version of DayPilot Pro for ASP.NET WebForms. The trial version is not licensed for production use and displays a DEMO label. If you want to use the code in production a...

entity framework

how can i implement the sql link via entity framework

How to change weekly calender

Answered: You can change the visible week using startDate property: <select id="week"> <option value="2016-04-04">Week 14</option> <option value="2016-04-11">Week 15</option> </select> <div id="dp"...

Directive not working

Answered: If you don't see anything in the JavaScript console I recommend starting with the following minimum code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Angular...

how to edit create events with recources ?

how to edit create events with recources ? can you give us examples with recouces

Start displaying Monthly calendar by the date of the current day

Answered: nevermind, Looks like it's a pro feature...
Previous Questions 31-48 of 48