diff --git a/platypush/backend/http/static/js/widgets/calendar.js b/platypush/backend/http/static/js/widgets/calendar.js index 9d1aa694..566ef9c7 100644 --- a/platypush/backend/http/static/js/widgets/calendar.js +++ b/platypush/backend/http/static/js/widgets/calendar.js @@ -66,7 +66,7 @@ $(document).ready(function() { var initWidget = function() { refreshCalendar(); - setInterval(refreshCalendar, 36000000); + setInterval(refreshCalendar, 900000); }; var init = function() {