calendar-management

Manage calendar events via the Nylas API with REST calls.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/benigeri/productiviy-system --skill calendar-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar-management
Source: https://github.com/benigeri/productiviy-system/tree/main/.claude/skills/calendar-management
Command: npx skills add https://github.com/benigeri/productiviy-system --skill calendar-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides reference documentation for managing calendar events using the Nylas Calendar API, enabling developers to implement slash-command workflows like /manage-calendar with confidence.

Core Features & Use Cases

  • Create, view, modify, and delete events, including recurring instances.
  • Support timezone handling and precise timestamp calculations for cross-region scheduling.
  • Use Case: Automate a team's calendar by scripting event creation and updates via REST calls.

Quick Start

To get started, review the example payloads in nylas-api-reference.md and try a simple curl POST to create a Sleep event with start_time and end_time in the America/New_York timezone.

Frequently Asked Questions about calendar-management

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

FAQPage Schema
How do I automate calendar event creation and updates via REST API?

The Nylas API supports managing recurring calendar events by configuring recurrence rules within your event payload during creation or updates via standard REST calls.

How do I automate calendar event creation and updates via REST API?

You can automate calendar event creation and updates via REST API by scripting standard POST requests with start_time, end_time, and timezone parameters to manage events programmatically.

Can I handle recurring events and timezones using the Nylas API?

The Nylas API supports managing recurring calendar events by configuring recurrence rules within your event payload during creation or updates via standard REST calls.

What environment variables do I need to manage calendar events with Nylas?

To manage calendar events with Nylas, you need to configure NYLAS_API_KEY, NYLAS_GRANT_ID, and NYLAS_CALENDAR_ID environment variables to authenticate your standard REST API calls.

How do I delete an existing event from a calendar using the Nylas API?

To delete an existing event from a calendar using the Nylas API, you execute a standard DELETE REST call authenticated with your Nylas credentials targeting the specific event identifier.

Does the Nylas API support cross-region scheduling and timezone calculations?

The Nylas API supports cross-region scheduling by providing precise timezone handling and timestamp calculations to ensure events align correctly across different geographical regions.