andriipatsula / tucktuck

Better calendar integration between TickTick and Google Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TuckTuck

Better calendar integration between TickTick and Google Calendar.

example

Requirements

  • One-way synchronization. Changes done via TickTick should be visible in Google Calendar and not wise versa.
  • TuckTuck should check and/or create tucktuck calendar in Google Calendar.
  • Calendar should be modifiable in order to allow usage of more than one color. TODO add link on reference
  • Titles of completed events should be crossed and should contain ✔️ sign at the beginning.
  • Event title should contains priority sign (if specified). One of: 🔻, 🔺, ⚫️.
  • Event title should contains emoji signs if any present in projects name.
  • There should be mapping between TickTick and Google Calendar colors.
  • Event description should contains TickTick task id in next format @[task_id=9888f6b12214dds9f215]

Dependencies

  • python 3
  • google-api-python-client
  • oauth2client
  • urllib2
  • cookielib

Usage

python3 tucktuck.py -u ticktick_username -p ticktick_password

TickTick api

About

Better calendar integration between TickTick and Google Calendar

License:MIT License


Languages

Language:Python 100.0%