Skip to main content

Export toggl to webcal file - uses sql database to store toggl data to get around API limits

Project description

toggl2cal

My tool that exports toggl as webcal file that I serve from my server.

Install:

    $ pip3 install toggl2webcal --user

Readme

usage: toggl2webcal [-h] [-d DAYS] [--no-import] [--no-export] [-o OUT]
                    token database

Export toggl data to webcal file

positional arguments:
  token                 Toggl token
  database              SQL alchemy database connector

optional arguments:
  -h, --help            show this help message and exit
  -d DAYS, --days DAYS  number of days to look back
  --no-import           Don't run import from toggl
  --no-export           Don't run export to webcal
  -o OUT, --out OUT     output path for the webcal file

Example

 toggl2webcal TOGGL_TOKEN sqlite:///time.sqlite 
 toggl2webcal TOGGL_TOKEN postgresql://myself@localhost 

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toggl2webcal-1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page