time_entry_set {clockify} | R Documentation |
Replace a time entry
Description
This does not update the time entry. It uses the same time entry ID but sets all details from scratch.
Usage
time_entry_set(
time_entry_id,
project_id = NULL,
start,
end = NULL,
description = NULL
)
Arguments
time_entry_id |
Time entry ID |
project_id |
Project ID |
start |
Start time |
end |
End time |
description |
Description |
[Package clockify version 0.1.6 Index]