Skip to main content
Glama
jackfioru92

MCP Aruba Email & Calendar Server

by jackfioru92

create_calendar_event

Schedule new calendar appointments with title, time, optional details, and invite attendees through Aruba's email and calendar system.

Instructions

Create a new calendar event.

Args:
    summary: Event title
    start: Start datetime in ISO format (e.g., "2025-12-05T10:00:00")
    end: End datetime in ISO format (e.g., "2025-12-05T11:00:00")
    description: Event description (optional)
    location: Event location (optional)
    attendees: Comma-separated list of attendee email addresses (optional)

Returns:
    Created event details including UID

Example:
    create_calendar_event(
        summary="Team Meeting",
        start="2025-12-05T10:00:00",
        end="2025-12-05T11:00:00",
        description="Discussione sui nuovi progetti",
        location="Sala Riunioni A",
        attendees="christopher.caponi@emotion-team.com,marco.rossi@example.com"
    )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
startYes
endYes
descriptionNo
locationNo
attendeesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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