Habilidades outlook-calendar-automation
📅

outlook-calendar-automation

Seguro

Automate Outlook Calendar Tasks

Schedule meetings, manage attendees, and find optimal meeting times directly from Claude without manually opening Outlook. This skill streamlines calendar operations through a simple MCP integration.

Soporta: Claude Codex Code(CC)
🥉 74 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "outlook-calendar-automation". Create a team standup meeting tomorrow at 9am for 30 minutes with the team

Resultado esperado:

Event created successfully: 'Team Standup' tomorrow at 9:00 AM EST for 30 minutes. Attendees notified via email.

Usando "outlook-calendar-automation". Find a time this week for a 1-hour meeting with john@example.com and jane@example.com

Resultado esperado:

Found 3 available slots: Tuesday 2-3pm, Wednesday 10-11am, Thursday 3-4pm. All attendees are free during these times.

Auditoría de seguridad

Seguro
v1 • 2/24/2026

All static findings are false positives. The detected 'external_commands' patterns are markdown code formatting (backtick-enclosed tool names like `RUBE_SEARCH_TOOLS`), not actual shell execution. The 'network' finding is a legitimate MCP server URL required for skill configuration. No cryptographic code or malicious patterns present. This is a standard documentation file for an Outlook Calendar automation skill.

1
Archivos escaneados
242
Líneas analizadas
2
hallazgos
1
Auditorías totales
Problemas de riesgo bajo (2)
False Positive: External Commands Detection
Scanner detected backtick-enclosed text as shell commands. These are markdown code formatting for tool names (e.g., `RUBE_SEARCH_TOOLS`, `OUTLOOK_CALENDAR_CREATE_EVENT`). No actual code execution present.
False Positive: Network URL Detection
The URL 'https://rube.app/mcp' is a legitimate MCP server endpoint required for skill configuration. This is expected and safe.
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
50
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

Schedule Team Meetings

Quickly create calendar events for team syncs, project reviews, or one-on-ones without switching to Outlook

Find Meeting Availability

Automatically find optimal meeting times that work for all attendees based on their calendars

Manage Calendar Events

Update meeting times, locations, or attendee lists and handle invitation responses

Prueba estos prompts

Create Simple Event
Create a calendar event for [meeting title] on [date] from [start time] to [end time] in [timezone]
Schedule Meeting with Attendees
Schedule [meeting title] for [date] at [time] with [email1, email2] as attendees. Include [any additional details] in the description.
Find Available Time Slot
Find available meeting times for [number] attendees ([email list]) next week for a [duration] meeting
Update Existing Event
Find my meeting titled '[event title]' and update the time to [new start] to [new end], or change the location to [new location]

Mejores prácticas

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before making API calls
  • Verify connection status shows ACTIVE before running any calendar workflows
  • Use ISO 8601 datetime format with timezone for all time-related parameters

Evitar

  • Attempting to use the skill without configuring Rube MCP with Outlook toolkit
  • Using invalid timezone names (must be valid IANA or Windows timezone identifiers)
  • Forgetting that updating attendees replaces the entire list, not just adding new ones

Preguntas frecuentes

Do I need an Outlook account to use this skill?
Yes, you need a Microsoft Outlook account. The skill uses OAuth to connect to your Outlook calendar through the Rube MCP service.
Is this skill affiliated with Microsoft?
No, this is a community-built skill that uses Composio's Rube MCP to interact with Outlook. It is not an official Microsoft product.
Can I use this skill with Google Calendar?
No, this skill specifically targets Microsoft Outlook. For Google Calendar, you would need a different skill or MCP provider.
Does this skill send emails to attendees?
Yes, when you add attendees to an event or modify existing attendees, Microsoft Outlook automatically sends invitation emails to those attendees.
Can I create Teams meetings with this skill?
Yes, set is_online_meeting to true and online_meeting_provider to 'teamsForBusiness' when creating an event to automatically generate a Teams meeting link.
What happens if I delete a recurring event?
Deleting a recurring event master will delete all occurrences of that event. The skill does not currently support deleting single instances of recurring events.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md