You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
It seems like Toggl allows deletion of specific time entries. But I could not find the API in this package to delete specific time entries. In fact, if I have to delete a bunch of time entries, it seems like the only way to do it is save all the entries, wipe the whole data base clean (thru bulk edit directly on toggl.com) and then restore the ones that I want to thru a series of create-entry calls.
It should be possible to do an API in this package that takes the following fields and deletes the entry:
workspace_id
client_id
description
project
start_time
optionally, tag and duration too
The text was updated successfully, but these errors were encountered:
It seems like Toggl allows deletion of specific time entries. But I could not find the API in this package to delete specific time entries. In fact, if I have to delete a bunch of time entries, it seems like the only way to do it is save all the entries, wipe the whole data base clean (thru bulk edit directly on toggl.com) and then restore the ones that I want to thru a series of create-entry calls.
It should be possible to do an API in this package that takes the following fields and deletes the entry:
workspace_id
client_id
description
project
start_time
optionally, tag and duration too
The text was updated successfully, but these errors were encountered: