I'been having problemas with the free/busy service while schedulling a new meeting in Sugar (Not seeing the booked time slots on the Scheduling subpanel down the page). I searched trough the forums but I couldn't find any answers, so I started investigating this issue.
It seems like the problem is on the javascript function: SugarDateTime.prototype.parseAdjustedDate on the file: jsclass_base.js
I replace the foloowing lines:
dst_start_parse = match.exec(dst_start);
dst_end_parse = match.exec(dst_end);
With this:
dst_start_parse = match.exec(date_string);
dst_end_parse = match.exec(date_string);
And it seems to be working OK now.
The question is.. Am i right ???
I'm running Surgar 4.5.0e on a windows (& MySql) Server.


LinkBack URL
About LinkBacks



Reply With Quote
( . I have the same issue with Free/Busy - it's simply not working at all.. 
Bookmarks