Sync multi-user working stations

Hello,

I would like to know if it’s possible to see changes making on the same scheduler from 2 differents computer in real time (or very quickly)

Im using units view connected to mysql, i saw this page : docs.dhtmlx.com/doku.php?id=dhtm … -user_sync

but i cant make it working well.

Is it possible ?

Hello,
scheduler has live update based on node.js
please check this article, maybe it helps
docs.dhtmlx.com/scheduler/live_update.html

Hello i dunno what iam doing wrong, but it’s not working :confused:

i have launch the server.js, this is on “server running”

here is my code :

[code]<!doctype html>

Planning
<link rel="stylesheet" href="codebase/dhtmlxscheduler.css" type="text/css" title="no title" charset="utf-8">
html, body{ margin:0px; padding:0px; height:100%; overflow:hidden; } .dhx_cal_event.tache0_event div{ background-color: #bac2fa !important; color: black !important; } .dhx_cal_event.tache1_event div{ background-color: #8b98fa !important; color: black !important; } .dhx_cal_event.tache2_event div{ background-color: #576afb !important; color: black !important; } .dhx_cal_event.tache3_event div{ background-color: #f3bffc !important; color: black !important; } .dhx_cal_event.tache4_event div{ background-color: #ea89fc !important; color: black !important; } .dhx_cal_event.tache5_event div{ background-color: #df4cfa !important; color: black !important; } .dhx_cal_event.tache6_event div{ background-color: #effa92 !important; color: black !important; } .dhx_cal_event.tache7_event div{ background-color: #e7f952 !important; color: black !important; } .dhx_cal_event.tache8_event div{ background-color: #bcf952 !important; color: black !important; } .dhx_cal_event.tache9_event div{ background-color: #f9dc52 !important; color: black !important; } .dhx_cal_event.tache10_event div{ background-color: #52f9ef !important; color: black !important; } .dhx_cal_event.tache11_event div{ background-color: #cc52f9 !important; color: black !important; } .dhx_cal_event.tache12_event div{ background-color: #09bb05 !important; color: black !important; } .dhx_cal_event.tache13_event div{ background-color: #ffa200 !important; color: black !important; } .dhx_cal_event.tache14_event div{ background-color: #ab6e03 !important; color: black !important; } .dhx_cal_event.tache15_event div{ background-color: #f50808 !important; color: black !important; } .dhx_cal_event.Gregory_event div{ background-color: #ffa4a4 !important; color: black !important; } .dhx_cal_event.Wilfried_event div{ background-color: #ffa4d7 !important; color: black !important; } .dhx_cal_event.Cyrille_event div{ background-color: #d5a4ff !important; color: black !important; } .dhx_cal_event.Cedric_event div{ background-color: #a4adff !important; color: black !important; } .dhx_cal_event.Christian_event div{ background-color: #a4e2ff !important; color: black !important; } .dhx_cal_event.Samuel_event div{ background-color: #a4ffcd !important; color: black !important; } .dhx_cal_event.Olivier_event div{ background-color: #feffa4 !important; color: black !important; } .dhx_cal_event.Jean-Marie_event div{ background-color: #ffdaa4 !important; color: black !important; } .dhx_scale_holder_now.custom_color, .dhx_scale_holder.custom_color{ background-image:url(./fond.jpg); background-position:0px -1px; }
<div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'>
	<div class="dhx_cal_navline">
		<div class="dhx_cal_prev_button">&nbsp;</div>
		<div class="dhx_cal_next_button">&nbsp;</div>
		<div class="dhx_cal_today_button"></div>
		<div class="dhx_cal_date"></div>
		<div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div>
		<div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div>
		<div class="dhx_cal_tab" name="unit_tab" style="right:280px;"></div>
		<div class="dhx_cal_tab" name="month_tab" style="right:76px;"></div>
	</div>
	<div class="dhx_cal_header">
	</div>
	<div class="dhx_cal_data">
	</div>		
</div>
[/code]

Do you have some errors in client or nodejs ? Or it just do not sync updates?

Sorry didn’t saw your question,

there is no error, this is just not sync. The only way to get sync is to manually press F5 on the other computer.

Any idea ?

Help Help please :’(