Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rbiasiutti

    (@rbiasiutti)

    I continued with attempts to solve the problem.
    I set fixed values in the procedure calcDuration?? for calculate the mills variable (value of “from” and “to” fields) and is functional.

    calcDuration = function (from, to, allDay, frequency, interval, until) {
    
    //			var mills	= new Date(to).getTime() - new Date(from).getTime(),
    			var mills	= new Date(2012,7,20).getTime() - new Date(2012,7,11).getTime(),
    				diff	= {},
    				out		= [];

    Having the same problem: all events last 1 day…

    Any solutions so far on that??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ajax Event Calendar] error in the calculation of event duration.’ is closed to new replies.