https://github.com/geoff604/google-tasks-bookmarklet-php
The Google Tasks Bookmarklet is an easy way to add a task to your Google Tasks list from any webpage. This is a PHP version of the bookmarklet that doesn't rely on Google Apps Script.
https://github.com/geoff604/google-tasks-bookmarklet-php
bookmarklet google-tasks google-tasks-api php tasks
Last synced: about 1 year ago
JSON representation
The Google Tasks Bookmarklet is an easy way to add a task to your Google Tasks list from any webpage. This is a PHP version of the bookmarklet that doesn't rely on Google Apps Script.
- Host: GitHub
- URL: https://github.com/geoff604/google-tasks-bookmarklet-php
- Owner: geoff604
- License: mit
- Created: 2016-06-26T00:31:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T23:26:59.000Z (over 8 years ago)
- Last Synced: 2023-02-28T21:51:50.863Z (about 3 years ago)
- Topics: bookmarklet, google-tasks, google-tasks-api, php, tasks
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Google Tasks Bookmarklet is an easy way to add a task to your Google Tasks list
from any webpage.
Originally I created https://github.com/geoff604/google-tasks-bookmarklet
which was based on Google Apps Script, but I wanted to create a self-hosted
version of the script which was not dependent on Google Apps Script.
This repo contains the self hosted, PHP version of the bookmarklet.
Note: It is recommended to protect the php files via at least
Apache Basic Authentication since it may be a
security risk if you put the files on your site without any password.
Also, I'd recommend using a HTTPS encrypted web server for this script
as well.