syncall
syncall copied to clipboard
Bi-directional synchronization between services such as Taskwarrior, Google Calendar, Notion, Asana, and more
### Describe the bug ``` sh pip3 install --user --upgrade 'syncall[caldav, tw]' --break-system-packages ``` Does fails (for me) during the installation process. ### Versions #### OS Version (`cat /etc/*-release; uname...
### Describe the bug Tasks with status "waiting" getting synchronized from a Project, that has not been specified and the tasks don't match the given tag. ### To Reproduce ```...
### Describe the bug When I run `tw_gcal_sync -t task3 -c test3` all taskwarrior tasks with due dates are synced to the 'task3' google calendar, regardless of whether they have...
### Describe the bug `twgcalsyncduration` UDA has no effect on google calendar event duration. It doesn't matter what it is, each event is just half an hour, unless you use...
### Describe the bug syncall/google/gtasks_side.py imports pkg_resources which is part of setuptools. This pkg_resources deprecated and will not be installed by default in virtual environments for Python >= 3.12 (see...
# Description Being a deterministic OS, NixOS doesn't support installing python packages through pip. In this PR I have added nix support using `flake.nix`. I had to update the poetry...
Your repository is listed on the [*Taskwarrior* tools list](https://taskwarrior.org/tools), thanks for contributing! :heart: We want to inform you about some changes to the crawler script collecting the tool information from...
hello, is it possible to make Syncall set the reminder field to a specific value when synching the tasks to Google Calendar? I see that due dates are indeed configures,...
# Description Small fix in the caldav example replace the wrong `CALDAV_USER` with the correct `CALDAV_USERNAME`
Is there any plans to implement sync between Google Tasks and Obsidian? Obsidian supports creating tasks as simple checklist items in a Markdown file, so this projects has most of...