rm_fill_weekly_timesheet
Batch-fill a user's weekly timesheet entries, defaulting to 8 hours Mon-Fri, with optional weekend entries and custom weekend hours. Populate an entire week in one operation to speed up time tracking.
Instructions
Batch-fill weekly timesheet entries (Mon-Fri 8h default, or 7-day with include_weekends=True) for a user.
start_date: Monday date of the week in YYYY-MM-DD. include_weekends: When True, logs Saturday and Sunday entries as well. weekend_hours: Specific hours for Saturday/Sunday (defaults to daily_hours if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Standard logged hours | |
| user_id | Yes | ||
| project_id | No | ||
| start_date | Yes | ||
| daily_hours | No | ||
| weekend_hours | No | ||
| include_weekends | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |