Partner is requesting the ability to create a blank/unscheduled schedule entry (no date, no time) on a ticket in Thread, equivalent to the "Assign Me" button functionality in ConnectWise Manage. This is needed to maintain ticket ownership with a technician while the ticket is in a Waiting state, without requiring a specific date or time to be set. This is a native feature in ConnectWise Manage, and the partner's goal is to have their team operate entirely within Thread rather than switching back to CWM for this action. The request is tied to a custom Skill the partner has built that syncs the most recent time entry with the open schedule entry on a ticket, then creates an unscheduled placeholder entry to retain technician ownership. The Skill is blocked at step 6 due to Thread requiring a date on all schedule entries. Skill logic for context: Get the current ticket's internal_ticket_id from context. Fetch the most recent time entry and note its start/end time and technician. Fetch the current open (not done) schedule entry. If found: update it to match the time entry times, then mark as Done. If not found: create a new schedule entry with those times and mark as Done. Create a new unscheduled placeholder schedule entry on the same ticket, assigned to the same technician, with no date and no time. (Currently blocked by Thread requiring a date.) Confirm back to the technician with a summary. Partner company: National IT