Get Online Meeting

Retrieve Microsoft Teams meeting details by unique identifier via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to quickly find and retrieve the details of a specific online meeting using its unique identifier, streamlining meeting management.

Core Features & Use Cases

  • Meeting Retrieval: Fetch all relevant information about a particular online meeting.
  • Use Case: A user needs to quickly find the join URL and start time for a meeting scheduled for later today. They can use this Skill by providing the meeting ID to get all necessary details instantly.

Quick Start

Use the get online meeting skill to retrieve the details for meeting with id 'meeting-001'.

Frequently Asked Questions about Get Online Meeting

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

FAQPage Schema
How do I retrieve online meeting details using a meeting ID?

To retrieve online meeting details, you provide the unique meeting ID as a path parameter. The Skill queries the Microsoft Teams API and returns the subject, start and end times, and join URLs for that specific meeting.

What information do I get when I retrieve a specific online meeting?

Retrieving a specific online meeting provides the subject, start and end times, and join URLs. This allows users to quickly access necessary connection details and scheduling information directly from the Teams API.

What access token scope is required to get Microsoft Teams meeting details?

Getting Microsoft Teams meeting details requires a valid access token with the OnlineMeetings.Read scope. You must provide this token along with the meeting's unique identifier to authenticate the API request successfully.

Can I fetch the join URL for an online meeting scheduled for later today?

Yes, you can fetch the join URL for an online meeting scheduled for later today. By supplying the specific meeting ID, the Skill retrieves the join URL and start time instantly through the Microsoft Teams API.

Does retrieving Microsoft Teams meeting details require any additional dependencies?

Retrieving Microsoft Teams meeting details does not require additional dependencies. You only need the meeting's unique ID and a valid access token configured with the OnlineMeetings.Read scope to fetch the data.