diff --git a/pkg/vtiger/modules/Google/modules/Google/connectors/Calendar.php b/pkg/vtiger/modules/Google/modules/Google/connectors/Calendar.php
index eb59097aec6fc7b176e8e1a779c7c016cdbe31ca..3e3e767d704f7518bcca59a6401a4cb2aef7915f 100644
--- a/pkg/vtiger/modules/Google/modules/Google/connectors/Calendar.php
+++ b/pkg/vtiger/modules/Google/modules/Google/connectors/Calendar.php
@@ -152,7 +152,7 @@ Class Google_Calendar_Connector extends WSAPP_TargetConnector {
             $query['updatedMin'] = $this->googleFormat(Google_Utils_Helper::getSyncTime('Calendar', $user));
             //shows deleted by default
         }
-        
+        $query['updatedMin'] = date("Y-m-d", strtotime("first day of previous month"));
         $calendarId = Google_Utils_Helper::getSelectedCalendarForUser($user);
         if(!isset($this->calendars)) {
             $this->calendars = $this->pullCalendars(true);