Results 1 to 6 of 6

Thread: Free Busy problem ....solved?

  1. #1
    Arcusin is offline Junior Member
    Join Date
    Oct 2006
    Location
    Buenos Aires, Argentina
    Posts
    1

    Lightbulb Free Busy problem ....solved?

    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.

  2. #2
    ribbo is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    15

    Default Re: Free Busy problem ....solved?

    You are the winner!

    Working on my system too.


    Thanks Arcusin!
    OS: Red Hat ES release 4, Sugar OS: 4.5.0c, : Apache/2.0.52, PHP 5.1.2, Mysql 5.019

  3. #3
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Free Busy problem ....solved?

    this didn't fix it for me.
    We have the issue isolated down to ONE user.
    NOt sure why this is happening.

  4. #4
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Free Busy problem ....solved?

    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  5. #5
    ajo1 is offline Junior Member
    Join Date
    May 2008
    Posts
    2

    Default Re: Free Busy problem ....solved?

    Quote Originally Posted by ruchida
    I'm unable to open the page ( . I have the same issue with Free/Busy - it's simply not working at all..

  6. #6
    aewatkins is offline Member
    Join Date
    Jun 2008
    Posts
    9

    Default Re: Free Busy problem ....solved?

    I have followed the Free/Busy Wiki instructions and tried this as a possible solution:
    http://www.sugarcrm.com/forums/showthread.php?t=17646

    but I still cannot get the free/busy to display any times.

    Sugar Version: Version 5.0.0f (Build 3338)
    Sugar Edition: SugarPro
    Operating System (server): Windows 2000 Server
    PHP Version: PHP 5.2.6 (Win 32 Edition)
    Database: MySQL 5
    Web Server: IIS 5

    Any suggestions? HELP please?!?!? Thank you in advance.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •