Skip to main content
Glama
jackfioru92

MCP Aruba Email & Calendar Server

by jackfioru92

list_calendar_events

Retrieve calendar events within a specified date range, with options to set start and end dates and limit results.

Instructions

List calendar events within a date range.

Args:
    start_date: Start date in ISO format (default: today)
    end_date: End date in ISO format (default: 30 days from now)
    limit: Maximum number of events to return (default: 50)

Returns:
    List of calendar events

Example:
    list_calendar_events(
        start_date="2025-12-01T00:00:00",
        end_date="2025-12-31T23:59:59",
        limit=20
    )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateNo
end_dateNo
limitNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jackfioru92/mcp-aruba-email'

If you have feedback or need assistance with the MCP directory API, please join our Discord server