Questions tagged [dhtmlx-scheduler]

DHTMLX Scheduler is a web-based JavaScript events calendar that provides a rich and intuitive scheduling solution similar to Microsoft Outlook Calendar, Apple's iCal, or Google Calendar

155 questions
1
vote
1 answer

dhtmlxScheduler timelineview calender loading and displaying data

I am using dhtmlxScheduler timelineview calender. I am getting xml data from database but not able to load it out on calender.
1
vote
0 answers

dhtmlx scheduler applying tool-tip on y_axis

I was wondering if it's possible to apply a tool-tip on the y_axis of my schedule. I could not get the default tool-tip to work, which I am not sure why either, though it isn't necessary for the events. Over the names of people (y_axis), I would…
Stephen Sugumar
  • 545
  • 3
  • 9
  • 35
1
vote
1 answer

Extract JSON object from $resource.get promise

I have just started exploring AngularJS. Is there any way by which I can extract the original JSON returned from server? I am trying to get some data using $resource.get from a WebAPI. The returned promise contains some additional properties…
Vipul
  • 1,563
  • 4
  • 22
  • 46
1
vote
1 answer

Adding custom field in dhtmlx scheduler in PHP

I am new to use dhtmlx scheduler. I want to use shared events with location data also. But i can't able to do, below is my serv
sincerekamal
  • 127
  • 1
  • 2
  • 10
1
vote
0 answers

When running .apk file of html page which has reference to Google Map API and .js file nothing gets displayed

I am using DHTMLXSCHEDULER (it is a plugin which gives support to touchscreens and ready .js code) in my project. When I run my project on android emulator I get following error and complete white screen is displayed on emulator 02-11 02:16:21.398:…
Rakesh Patil
  • 77
  • 1
  • 11
1
vote
2 answers

How can I get the date after clicking on calender in yearly view in dhtmlx scheduler?

When i click on a date i need to take the selected date, it's working fine on daily, weekly and monthly view by using code below : scheduler.attachEvent("onEmptyClick", function(date , event){ alert(date); }); but, the date variable don't return…
mmantach
  • 148
  • 10
1
vote
1 answer

Remove block area from dhtmlx scheduler

I am using DHTMLX Scheduler for booking an appointments. To avoid a double booking I have shown a block on a time slot which has already been selected by some other user but yet to be done with appointment process. I have setInterval to check the…
Mahendra
  • 908
  • 1
  • 18
  • 38
1
vote
1 answer

dhtmlx multiple scheduler not working error "Scheduler is not defined"

I'm implementing dthmlx schedule in my website. On dashboard I need to show three scheduler in tabs. However scheduler in first tab is working but for second scheduler while initiating an object I'm getting error "Scheduler is not defined".…
Mahendra
  • 908
  • 1
  • 18
  • 38
1
vote
1 answer

DHTMLX scheduler date and Time not saving to db

When I add a new event to the Calendar everything else saves except the date and time which is not saving to the database so the event will not show all together , but when I insert a row from the database it shows. I suspect that maybe the formats…
Jay
  • 27
  • 2
  • 8
1
vote
0 answers

Load scheduler units view with database values

Hi I am using dhtmlx scheduler with mvc razor. I have create the units tab. But i am not getting how to divide the events across different units. Here is my sample code. Scheduler.InitialDate = DateTime.Now.Date;// the initial data of Scheduler …
gs11111
  • 649
  • 2
  • 17
  • 49
1
vote
0 answers

How to load data from xml to dhtmlxScheduler

I am trying to load data from xml to dhtmlxScheduler My code is: function init() { scheduler.locale.labels.timeline_tab = "Timeline"; scheduler.locale.labels.section_custom="Section"; scheduler.config.details_on_create=true; …
Sam Kumar
  • 11
  • 1
0
votes
1 answer

How to Show 30 days in Day View with Horizontal Scrollbar in Dhtmlx Scheduler?

I want to show 30 days in Day View Scheduler with Horizontal Scrollbar. Currently, Horizontal Scrollbar is available only for Timeline View but I want it for Day View as well as Month View. For Timeline View with Horizontal Scrollbar…
WpFinder
  • 63
  • 11
0
votes
0 answers

DHTMLX Scheduler with Registration Form

I am trying to display events in the dhtmlx scheduler and pass the clicked event id to another registration form (view). I can get the event_id but I have no clue how to pass the event_id to controller action. My sample code is below: …
user788448
  • 779
  • 1
  • 14
  • 36
0
votes
1 answer

Dhtmlx Calculating duration without effecting the ganett grid chart similar to MS Project

In Dhtmlx we realized that duartion can be calculated start to end or start duration or duration to end based on perfrence however we would like count the start to date as 1 not zero. I Sow in many questions the answer is to change the display.…
1 2
3
10 11