Skip to main content
Glama
calendar-mocks.ts907 B
export const mockListEventsResponse = { data: { items: [ { id: 'event1', summary: 'Test Event 1', start: { dateTime: '2025-01-27T10:00:00Z' }, end: { dateTime: '2025-01-27T11:00:00Z' } }, { id: 'event2', summary: 'Test Event 2', start: { dateTime: '2025-01-27T14:00:00Z' }, end: { dateTime: '2025-01-27T15:00:00Z' } } ] } }; export const mockReadEventResponse = { data: { id: 'event1', summary: 'Test Event 1', description: 'Event description', location: 'Test Location', start: { dateTime: '2025-01-27T10:00:00Z' }, end: { dateTime: '2025-01-27T11:00:00Z' }, creator: { email: 'organizer@example.com' }, attendees: [ { email: 'attendee1@example.com', responseStatus: 'accepted' }, { email: 'attendee2@example.com', responseStatus: 'needsAction' } ] } };

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/zacco16/gmail-mcp-server'

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