Skip to content

Instantly share code, notes, and snippets.

View dnsflnv's full-sized avatar
🛸
Working from space

Dennis dnsflnv

🛸
Working from space
View GitHub Profile
@dnsflnv
dnsflnv / GTasksToTickTics.js
Last active March 15, 2026 16:28
Google Tasks to TickTick App Script
/**
* 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.