cerebro-calendar

Retrieve Outlook calendar events via Composio CLI with timezone conversion.

Updated May 30, 2026
One-click install
npx skills add https://github.com/rhortal/cerebro-skills --skill cerebro-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cerebro-calendar
Source: https://github.com/rhortal/cerebro-skills/tree/main/cerebro-calendar
Command: npx skills add https://github.com/rhortal/cerebro-skills --skill cerebro-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to retrieve and format Outlook calendar events from Composio, including authentication checks and timezone conversions, reducing manual calendar pulls and manual data wrangling.

Core Features & Use Cases

  • Self-bootstraps the Composio integration and validates OAuth before fetching events.
  • Converts UTC timestamps to Europe/Madrid (Barcelona) time to ensure accurate local times.
  • Outputs clean JSON by default and provides a human-readable view for display, with support for date ranges and single-day or multi-day fetches.
  • Use Case: Schedule a team's next-week planning by pulling events for a date range and extracting attendees and locations.

Quick Start

Query today's Outlook events for Barcelona timezone and output JSON.

Frequently Asked Questions about cerebro-calendar

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

FAQPage Schema
How do I fetch Outlook calendar events programmatically using Composio?

Fetch Outlook calendar events using Composio by authenticating via OAuth and querying the CLI to retrieve time-zone corrected event details including attendees and locations, outputting clean JSON.

How to convert Outlook calendar UTC timestamps to Europe/Madrid timezone for event data?

Convert Outlook calendar UTC timestamps to Europe/Madrid timezone by fetching events via Composio, which automatically applies timezone conversions to ensure accurate local times for Barcelona-based schedules.

Do I need valid OAuth credentials to retrieve Outlook events via Composio?

Valid OAuth credentials are required to retrieve Outlook events via Composio. The process self-bootstraps the integration and validates OAuth authentication before fetching any calendar data.

Can I pull Outlook events for a specific date range and extract attendee data?

Pull Outlook events for a specific date range to extract attendee data and locations. Composio supports single-day, multi-day, and upcoming day fetches, returning formatted event details for programmatic use.

What format does Composio output for Outlook calendar event retrieval?

Composio outputs clean JSON by default for Outlook calendar event retrieval, providing structured data including time-zone corrected timestamps, attendees, and locations for programmatic consumption.

Why are my Outlook calendar event times showing incorrect timezone offsets?

Incorrect timezone offsets in Outlook calendar events occur when UTC timestamps are not converted to local time. Composio handles timezone conversion to Europe/Madrid to ensure accurate local event times.