# Calendar App ### Calendar Tools | Tool | Description | |------|-------------| | `nc_calendar_list_calendars` | List all available calendars for the user | | `nc_calendar_create_event` | Create a comprehensive calendar event with full feature support (recurring, reminders, attendees, etc.) | | `nc_calendar_list_events` | **Enhanced:** List events with advanced filtering (min attendees, duration, categories, status, search across all calendars) | | `nc_calendar_get_event` | Get detailed information about a specific event | | `nc_calendar_update_event` | Update any aspect of an existing event | | `nc_calendar_delete_event` | Delete a calendar event | | `nc_calendar_create_meeting` | Quick meeting creation with smart defaults | | `nc_calendar_get_upcoming_events` | Get upcoming events in the next N days | | `nc_calendar_find_availability` | **New:** Intelligent availability finder - find free time slots for meetings with attendee conflict detection | | `nc_calendar_bulk_operations` | **New:** Bulk update, delete, or move events matching filter criteria | | `nc_calendar_manage_calendar` | **New:** Create, delete, and manage calendar properties |