diff options
author | B. Stack <bgstack15@gmail.com> | 2023-11-10 17:12:41 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-11-10 17:12:41 -0500 |
commit | 6bb4b9a5600dc7278acee769f3dc4a6be0296229 (patch) | |
tree | 6e49d1f702b332a65957e3c239062a2f342f30b6 /radicale_infcloud/web/index.html | |
parent | add build-rpm.sh (diff) | |
download | radicaleinfcloud-6bb4b9a5600dc7278acee769f3dc4a6be0296229.tar.gz radicaleinfcloud-6bb4b9a5600dc7278acee769f3dc4a6be0296229.tar.bz2 radicaleinfcloud-6bb4b9a5600dc7278acee769f3dc4a6be0296229.zip |
add desktop notifications
Use the calendar color for the icon, if it is defined. Event-specific
color is not supported at this time.
Diffstat (limited to 'radicale_infcloud/web/index.html')
-rw-r--r-- | radicale_infcloud/web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radicale_infcloud/web/index.html b/radicale_infcloud/web/index.html index a0c8fd6..75af8ee 100644 --- a/radicale_infcloud/web/index.html +++ b/radicale_infcloud/web/index.html @@ -60,6 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <script src="main.js" type="text/javascript"></script> <script src="forms.js" type="text/javascript"></script> <script src="timezones.js" type="text/javascript"></script> + <script src="notifications.js" type="text/javascript"></script> </head> <body> <div id="cacheDialog"> @@ -143,6 +144,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <tr><td><kbd>Ctrl</kbd><kbd>3</kbd></td><td>Week view</td></tr> <tr><td><kbd>Ctrl</kbd><kbd>4</kbd></td><td>Day view</td></tr> </table> + <button id="testNotification" onclick="clickTestNotification()">Send test notification</button> </div> <div id="aboutDialog" title="About dialog"> <div id="aboutCloseButton">x</div> |