Clock Out

Record a clock-out event for a time card via the Microsoft Teams API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill clock-out
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Clock Out
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/clock-out
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill clock-out

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of recording a clock-out event for a specific time card, ensuring accurate tracking of work hours.

Core Features & Use Cases

  • Record Clock-Out: Updates a time card with the clock-out timestamp and optional location approval status and notes.
  • Use Case: An employee finishes their shift and needs to accurately record their departure time and any relevant notes for the day.

Quick Start

Use the clock out skill to record a clock-out event for team e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c and time card timecard-001.

Frequently Asked Questions about Clock Out

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record a clock-out event for a time card in Microsoft Teams?

To record a clock-out event, you update a specific time card in a team's schedule using the Microsoft Teams API by providing the team ID and time card ID as path parameters, along with optional approval status and notes.

What information do I need to clock out a specific time card?

Clocking out a time card requires the team ID and time card ID as path parameters. You can optionally include a request body with location approval status and notes to update the time card with the clock-out timestamp.

Can I add notes and location approval status when recording a clock-out timestamp?

Yes, recording a clock-out event supports an optional request body that allows you to add location approval status and notes alongside the clock-out timestamp for a specific team schedule time card.

Does the clock-out process update the time card timestamp automatically?

Yes, the clock-out process updates the time card with the clock-out timestamp automatically. It also updates the location approval status and any notes provided in the request body via the Microsoft Teams API.

Why do I need a team ID and time card ID to track clock-out events?

Tracking clock-out events requires a team ID and time card ID as path parameters to identify the exact schedule and time card within the Microsoft Teams API that needs to be updated with the departure timestamp.