This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Google Tasks to TickTick Sync | |
| * | |
| * This script checks for new tasks in a specified Google Tasks list and creates them in the TickTick Inbox. | |
| * | |
| * SETUP INSTRUCTIONS: | |
| * 1. Enable the "Tasks API" in the "Services" section of the Apps Script editor. | |
| * 2. Set the following Script Properties (Project Settings > Script Properties): | |
| * - TICKTICK_ACCESS_TOKEN: Your TickTick OAuth2 Access Token. | |
| * - GOOGLE_TASKS_LIST_ID: (Optional) The ID of the Google Tasks list to watch. Defaults to the user's default list. |