Hi, Adelaide
The Calendar module is the same across the versions.
I´m trying to figure out this issue.
Did you customized the Sugar through code?
Honestly I don´t know which is causing this issue, but I´ll try to trigger some questions to clarify your scene.
Are you using the version 4.5 or 5.0?
Do the following:
Insert this code
PHP Code:
echo "<PRE>";
print_r($_REQUEST);
echo "</PRE>";
die();
Inside the script modules/Calls/Save.php, make sure you fill the field due date.
Check which value is assigned to due date. This will display the value come from form.
After that insert the code
In data/SugarBean.php, line 1394 for SugarCRM CE 5.0.0d
This will print the query to be run into database.
Cheers
Bookmarks