qgenda

Query QGenda schedules, staff, tasks, and facilities via REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lancereinsmith/claude-qgenda-skill --skill qgenda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qgenda
Source: https://github.com/lancereinsmith/claude-qgenda-skill/tree/main/.claude/skills/qgenda
Command: npx skills add https://github.com/lancereinsmith/claude-qgenda-skill --skill qgenda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides direct access to the QGenda scheduling system, allowing users to retrieve and understand their work schedules, staff information, and facility details without needing to navigate the QGenda application.

Core Features & Use Cases

  • Schedule Retrieval: Query daily, weekly, or monthly schedules for individuals or teams.
  • Staff Information: Access details about staff members, including their roles and contact information.
  • Task and Facility Lookups: Find information on assigned tasks and available facilities.
  • Use Case: A physician can ask "Who is working next Monday?" and receive a clear, formatted answer directly from their QGenda schedule.

Quick Start

Use the qgenda skill to list all staff members.

Frequently Asked Questions about qgenda

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

FAQPage Schema
How do I retrieve physician schedules from the QGenda API using Python?

You can retrieve physician schedules from the QGenda API using a Python package that queries the REST API with your credentials. It supports OData filtering to fetch daily, weekly, or monthly schedules for individuals or teams.

Can I ask natural language questions about my QGenda staff schedule?

Yes, you can ask natural language questions about your QGenda staff schedule, such as who is working on a specific day. The Skill translates these queries into QGenda REST API calls and returns formatted schedule and staff information.

Does the QGenda Python package support OData filtering for precise schedule data retrieval?

The QGenda Python package supports OData filtering for precise schedule data retrieval. This allows you to query the QGenda REST API with specific parameters to target exact schedules, tasks, and facility details.

What do I need to connect to the QGenda REST API and access facility details?

To connect to the QGenda REST API and access facility details, you need provided credentials for authentication. The Python package uses these credentials to establish a connection and query staff, task, and facility information.

How do I look up assigned tasks and staff information without navigating the QGenda application?

You can look up assigned tasks and staff information without navigating the QGenda application by using this Python package. It queries the QGenda scheduling system directly to retrieve staff roles, contact information, and task assignments.