TT:AppointmentType:NameOfCustomer:comment
Can be anything you want but for example you can use Eval, Prospect, Customer, Meeting
python spaoutlooktt.py --month 10 --customer "ACME Corp"
python spaoutlooktt.py --month 10 --type Meeting
python spaoutlooktt.py --month 10 --customer "ACME Corp" --type Meeting
python spaoutlooktt.py --month 10 --customer "acme corp" # Matches "ACME Corp", "Acme Corp", etc.
python spaoutlooktt.py --quarter q4 --customer TechStart python spaoutlooktt.py --start-date 2025-10-01 --end-date 2025-10-31 --customer "Client ABC" --type Development
python spaoutlooktt.py --quarter q4 --include-meetings
python spaoutlooktt.py --quarter q4 --only-meetings
Core Appointment Properties:
- Start - Start date/time (pywintypes.datetime)
- End - End date/time (pywintypes.datetime)
- Duration - Duration in minutes (integer)
- AllDayEvent - Boolean for all-day events
- CreationTime - When the appointment was created
- LastModificationTime - When last modified
- Subject - The appointment title/subject
- Body - The appointment description/notes
- Location - Meeting location
- Categories - Outlook categories (e.g., "External")
- Organizer - Meeting organizer name
- RequiredAttendees - Required attendees list
- OptionalAttendees - Optional attendees list
- Resources - Meeting resources (rooms, equipment)
- Recipients - All recipients
- MeetingStatus - Meeting status code (3 = meeting)
- ResponseStatus - Your response status (3 = accepted)
- BusyStatus - How it shows in calendar (2 = busy)
- IsRecurring - Boolean for recurring appointments
- RecurrencePattern - Pattern object (if recurring)
- ReminderSet - Boolean for reminder enabled
- ReminderMinutesBeforeStart - Minutes before to remind
- Importance - Priority level (1 = normal)
- Sensitivity - Sensitivity level (0 = normal)
- EntryID - Unique identifier
- ConversationID - Thread identifier
- Class - Object class (26 = appointment)
- MessageClass - Item type ("IPM.Appointment")
- Size - Size in bytes
- UnRead - Boolean for read status
- InternetCodepage - Text encoding
- ItemProperties - Collection of all properties