Limit 1,000 reached for Modul Calendar

Only some of the users have always a problem to get the shared calendar view. It comes back with something like "limit 1,000 is reached for the modul calendar .."

Any ideas?

Thank's a lot for your help

Christian

Parents
  • Hi Christian,

    Can you please try adding the following line to the config_override.php file?

    $sugar_config['resource_management']['special_query_modules'][] = 'Calendar';

    This will allow more resources for the Calendar module and should remove the error from occurring.

    Hope this helps.

    -Chris

Reply
  • Hi Christian,

    Can you please try adding the following line to the config_override.php file?

    $sugar_config['resource_management']['special_query_modules'][] = 'Calendar';

    This will allow more resources for the Calendar module and should remove the error from occurring.

    Hope this helps.

    -Chris

Children