Issue 2091: Event can not be resize
Status:  Done
Owner: ----
Closed:  Jun 2014
Reported by saza...@gmail.com, Feb 10, 2014
Hi!
I can not to do "JSON FEED INSTRUCTIONS", but I hav a gist.
JSON output look like this - https://gist.github.com/sazanof/8913672
See, time start and end have "Y-m-d H:i" format, when it parsed from database

$start = time(); 
---> date("Y-m-d H:i",$start)

event successfuly created. But only in "month" view it won`t resize

if I write date("Y-m-d",$start) (without "H:i") - it works...

Code like this:
..........
eventSources: [{
   url: '/assets/modules/modxplaning/inc/ajax.options.inc.php',
   type: 'POST',
   data: {
      op: 'source'
   }
}]
...............

Event can not be resize
.. and sorry for my bad english, I`m from russia=)

Jun 7, 2014
Project Member #1 adamrs...@gmail.com
Please follow the instructions in here more closely:
http://jsfiddle.net/arshaw/A6ksz/

and please post a link to the JSfiddle you are attempting to do it with.
Status: Done