Microsoft Outlook Calendar
El componente de calendario y programación de Outlook que está totalmente integrado con el correo electrónico, los contactos y otras características.
Empieza gratisCategoría
Compatible con
IA Compatible
Herramientas
Accept Event
Accept a calendar event invitation and optionally send a response to the organizer. Use **List Events** or **Get Event** to find the event ID. See the documentation
Crear evento de calendario
Crear un evento en el calendario predeterminado del usuario. Ver la documentación
Decline Event
Decline a calendar event invitation and optionally propose an alternate time. Use **List Events** or **Get Event** to find the event ID. To propose a new time, pass proposedNewTime as a JSON string with start and end objects (each with dateTime in ISO 8601 format and timeZone as a Windows timezone name, e.g. "Pacific Standard Time"). Alternate-time proposals are only valid when the event has allowNewTimeProposals: true and sendResponse is true. See the documentation
Eliminar evento del calendario
Eliminar un evento del calendario predeterminado del usuario. Ver la documentación
Delete Recurring Event Instance
Delete an individual instance of a recurring event in the user's default calendar. See the documentation
Find Meeting Times
Suggest meeting times and locations based on organizer and attendee availability. See the documentation
Get Current User
Returns the authenticated Microsoft user's ID, display name, email, and principal name via Microsoft Graph. Call this first when the user says 'my calendar', 'my events', or needs to identify themselves as organizer/attendee. Use id or mail to filter results from **List Events** or set the organizer in **Create Calendar Event**. See the documentation.
Get Event
Retrieve a calendar event by its Microsoft Graph event ID. Pass the id from **List Events** when you need full details (for example body, attendees, or recurrence) that list responses may omit or truncate. See the documentation
Obtener horario libre/ocupado
Obtenga la información de disponibilidad libre/ocupado para una colección de usuarios, listas de distribución o recursos (salas o equipos) para un período de tiempo especificado. Ver la documentación
Listar Eventos
Obtenga una lista de objetos de evento en el buzón del usuario. Consulte la documentación
List Time Zone Options
Retrieves available options for the Time Zone field.
Search Contacts
Search for contacts by name from your saved contacts list and retrieve their email addresses. See the documentation
Search People
Retrieve a collection of person objects ordered by their relevance to the user, based on communication and collaboration patterns and business relationships. See the documentation
Tentatively Accept Event
Tentatively accept a calendar event invitation and optionally propose an alternate time. Use **List Events** or **Get Event** to find the event ID. To propose a new time, pass proposedNewTime as a JSON string with start and end objects (each with dateTime in ISO 8601 format and timeZone as a Windows timezone name, e.g. "Pacific Standard Time"). Alternate-time proposals are only valid when the event has allowNewTimeProposals: true and sendResponse is true. See the documentation
Actualizar evento del calendario
Actualice un evento en el calendario predeterminado del usuario. Ver la documentación
Update Recurring Event Instance
Update an individual instance of a recurring event in the user's default calendar. See the documentation