Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Add Google Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
BKPepe committed Apr 6, 2020
1 parent 9ac6425 commit 2520de1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- [Table of Contents](#table-of-contents)
- [Screenshot](#screenshot)
- [Services available - 94](#services-available---94)
- [Services available - 95](#services-available---95)
- [Features](#features)
- [Privacy](#privacy)
- [Donations](#donations)
Expand All @@ -54,7 +54,7 @@

----------

## Services available - 94
## Services available - 95

<img width="80" align="left" src="./resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp">
<img width="80" align="left" src="./resources/icons/messenger.png" alt="Messenger" title="Messenger">
Expand All @@ -64,6 +64,7 @@
<img width="80" align="left" src="./resources/icons/telegram.png" alt="Telegram" title="Telegram">
<img width="80" align="left" src="./resources/icons/wechat.png" alt="WeChat" title="WeChat">
<img width="80" align="left" src="./resources/icons/gmail.png" alt="Gmail" title="Gmail">
<img width="80" align="left" src="./resources/icons/googlecalendar.png" alt="Google Calendar" title="Google Calendar">
<img width="80" align="left" src="./resources/icons/hipchat.png" alt="HipChat" title="HipChat">

<img width="80" align="left" src="./resources/icons/chatwork.png" alt="ChatWork" title="ChatWork">
Expand Down
8 changes: 8 additions & 0 deletions app/store/ServicesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ Ext.define('Hamsket.store.ServicesList', {
,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("aim")[0].textContent.split(":");hamsket.updateBadge(parseInt(a[a.length-1].replace(/[^0-9]/g,"")))};setInterval(checkUnread,3e3);`
,note: 'To enable desktop notifications, you have to go to Settings inside Gmail. <a href="https://support.google.com/mail/answer/1075549?ref_topic=3394466" target="_blank">Read more...</a>'
},
{
id: 'googlecalendar'
,logo: 'googlecalendar.png'
,name: 'Google Calendar'
,description: locale['services[10]']
,url: 'https://calendar.google.com/'
,type: 'messaging'
},
{
id: 'chatwork'
,logo: 'chatwork.png'
Expand Down
Binary file added resources/icons/googlecalendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/languages/cs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ locale["services[6]"] = "HipChat is hosted group chat and video chat built for t
locale["services[7]"] = "Telegram is a messaging app with a focus on speed and security. It’s super-fast, simple, secure and free.";
locale["services[8]"] = "WeChat is a free messaging calling app that allows you to easily connect with family; friends across countries. It’s the all-in-one communications app for free text (SMS/MMS), voice; video calls, moments, photo sharing, and games.";
locale["services[9]"] = "Gmail, Google's free email service, is one of the world's most popular email programs.";
locale["services[10]"] = "Inbox by Gmail is a new app from the Gmail team. Inbox is an organized place to get things done and get back to what matters. Bundles keep emails organized.";
locale["services[10]"] = "Google Calendar is a time-management and scheduling calendar service developed by Google.";
locale["services[11]"] = "ChatWork is a group chat app for business. Secure messaging, video chat, task management and file sharing. Real-time communication and increase productivity for teams.";
locale["services[12]"] = "GroupMe brings group text messaging to every phone. Group message with the people in your life that are important to you.";
locale["services[13]"] = "The world's most advanced team chat meets enterprise search.";
Expand Down
2 changes: 1 addition & 1 deletion resources/languages/sk.js

Large diffs are not rendered by default.

0 comments on commit 2520de1

Please sign in to comment.