Browse Source

Merge pull request #2050 from arthur-fr/googlecalendar

Added Google Calendar
pull/2195/head
Ramiro Saenz 6 years ago committed by GitHub
parent
commit
c407ecc685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/store/ServicesList.js
  2. BIN
      resources/icons/googlecalendar.png

8
app/store/ServicesList.js

@ -934,6 +934,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'
}
]
});

BIN
resources/icons/googlecalendar.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save