outlook
Installation
SKILL.md
Outlook
Integrate with Microsoft Outlook for email. Use when you need to: (1) send and manage emails, (2) create calendar events, or (3) automate email communication workflows.
Input
Provide input as JSON:
{
"recipient_email": "Email address of the recipient",
"email_subject": "Subject line for the email",
"email_body": "Content of the email message",
"event_title": "Title of the calendar event",
"event_start_time": "Start time of the event (e.g., 2024-03-15T10:00:00)",
"event_duration": "Duration of the event in minutes",
"event_attendees": "Email addresses of attendees (comma-separated)"
}