diff --git a/platypush/plugins/google/calendar.py b/platypush/plugins/google/calendar.py index 50a6da992..cc103c9d4 100644 --- a/platypush/plugins/google/calendar.py +++ b/platypush/plugins/google/calendar.py @@ -39,7 +39,7 @@ class GoogleCalendarPlugin(GooglePlugin, CalendarInterface): orderBy='startTime').execute() events = result.get('items', []) - return Response(output=events) + return events def _get_service(self, scope=None):