https://github.com/zvonicek/tyme2-toggl-sync
Sync Tyme2 entries to Toggl using AppleScript
https://github.com/zvonicek/tyme2-toggl-sync
applescript toggl toggl-api tyme2-application
Last synced: 5 months ago
JSON representation
Sync Tyme2 entries to Toggl using AppleScript
- Host: GitHub
- URL: https://github.com/zvonicek/tyme2-toggl-sync
- Owner: zvonicek
- License: mit
- Created: 2018-03-18T12:41:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T13:05:22.000Z (about 8 years ago)
- Last Synced: 2024-12-29T03:25:39.286Z (over 1 year ago)
- Topics: applescript, toggl, toggl-api, tyme2-application
- Language: AppleScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tyme2 Toggl Sync
> Sync Tyme2 entries to Toggl using AppleScript
Script fetches [Tyme2](http://tyme-app.com/) work entries from previous workday and syncs them to Toggl using the Toggl REST API. Toggl workspace is matched by Tyme project name. `Billed` property on Tyme2 time entry is leveraged to store the status of sync, scripts sets it to `true` when synced to prevent duplicate time entry synchronization.
# How to use
Set the `togglAPIToken` property to your Toggl API token. Schedule the script so it runs once every workday (Mo-Fr). I use [Scheduler](http://www.macscheduler.net/) for this.
## Thanks to
[tyme2-standup](https://github.com/craig-davis/tyme2-standup) project for demonstration of Tyme2 AppleScript use.