AgentSkillsCN

integration-microsoft-calendar

通过 AgenCo 可用的 Microsoft Calendar 操作

SKILL.md
--- frontmatter
name: integration-microsoft-calendar
description: "Microsoft Calendar actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Microsoft Calendar

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_calendarsRetrieves all calendars associated with the user's account
list_eventsGets scheduled events from specified calendars
create_eventCreates new calendar events with attendees and recurrence
update_eventModifies existing events including time, location, or attendees
delete_eventRemoves events from the calendar
accept_eventAccepts meeting invitations and updates attendance status
find_meeting_timesSuggests available meeting times based on attendee schedules
get_scheduleRetrieves free/busy information for scheduling

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["microsoft calendar list calendars"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["microsoft calendar list calendars"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"microsoft-calendar_list_calendars","input":{...}}'

If Microsoft Calendar is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.