diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 134aa84c..545f9fbf 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -939,6 +939,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Sococo is an online workplace that adds the magic of co-location back into the day to day life of distributed Agile teams.' ,url: 'https://app.sococo.com/a/login' ,type: 'messaging' + }, + { + id: 'googlecalendar' + ,logo: 'googlecalendar.png' + ,name: 'Google Calendar' + ,description: 'Google Calendar is a time-management and scheduling calendar service developed by Google.' + ,url: 'https://calendar.google.com/calendar/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/googlecalendar.png b/resources/icons/googlecalendar.png new file mode 100644 index 00000000..79d2e8c1 Binary files /dev/null and b/resources/icons/googlecalendar.png differ