Skip to content
Snippets Groups Projects
Commit f51df3cb authored by angelo paglialonga's avatar angelo paglialonga
Browse files

fix for #1614

parent c38c7268
No related branches found
No related tags found
1 merge request!825Google cal sync minimum date2
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment