Options > Calendar Options > Free/Busy // // Global search path: // %USERNAME% and %SERVER% are Outlook replacement variables to construct the email address: // http://servername/sugarcrm/index.php?entryPoint=vcal_server/type=vfb&source=outlook&email=%NAME%@%SERVER% // or contact by contact by editing the details and entering its Free/Busy URL: // http://servername/sugarcrm/index.php?entryPoint=vcal_server/type=vfb&source=outlook&email=user@email.com // or // http://servername/sugarcrm/index.php?entryPoint=vcal_server/type=vfb&source=outlook&user_name=user_name // or: // http://servername/sugarcrm/index.php?entryPoint=vcal_server/type=vfb&source=outlook&user_id=user_id require_once "modules/vCals/HTTP_WebDAV_Server_vCal.php"; $server = new HTTP_WebDAV_Server_vCal(); $server->ServeRequest(); sugar_cleanup(); ?>