Get Time Off Entry

Retrieve time off entry details by team ID and time off ID via Microsoft Teams API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-time-off-entry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get Time Off Entry
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/get-time-off
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-time-off-entry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to quickly access the specific details of a particular time off entry within a team's schedule, eliminating the need to sift through multiple records.

Core Features & Use Cases

  • Specific Entry Retrieval: Fetches all information about a single time off request using its unique ID.
  • Detailed Information: Provides details such as the user, reason for absence, start and end dates, and associated theme.
  • Use Case: A manager needs to confirm the exact dates and reason for an employee's previously approved leave. They can use this Skill with the team ID and the specific time off ID to get this information instantly.

Quick Start

Get the details for time off entry timeoff-001 in team e1b3c5a7-9d2f-4b6e-8c1a-3f5d7e9b2a4c.

Frequently Asked Questions about Get Time Off Entry

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

FAQPage Schema
How do I retrieve a specific time off entry from a Microsoft Teams schedule?

To retrieve a specific time off entry, use the Microsoft Teams API with the team ID and the unique time off entry ID as path parameters to fetch shared details including reason, dates, and theme.

What details are included when fetching a specific employee leave request?

Fetching an employee leave request returns the specific time off details, including the user, reason for absence, start and end dates, and the associated theme for that team schedule entry.

How can a manager confirm the exact dates of an approved leave in Teams?

A manager can confirm approved leave dates by retrieving the specific time off entry using the team ID and the unique time off ID, which provides the exact start and end dates instantly.

Do I need a specific time off ID to get leave details from the Teams API?

Yes, retrieving time off details requires path parameters for both the team ID and the specific time off entry ID to successfully fetch the shared schedule information via the Microsoft Teams API.

Can I list all employee time off records for a team at once?

No, this Skill retrieves a single specific time off entry by its unique identifier, eliminating the need to sift through multiple records but requiring a known time off ID beforehand.