Error when shared calender.

I got error when using shared calender.
Error: Query limit of 1,000 was reached for Calendar module.

How to solve it ?

check in your config.php

'special_query_limit' => 50000,
    'special_query_modules' =>
    array (
      0 => 'Reports',
      1 => 'Export',
      2 => 'Import',
      3 => 'Administration',
      4 => 'Sync',
    ),
    'default_limit' => 1000,

you either can add a module to the array o change your default limit to a higher one

best regards