Enhance the get_events function to include detailed attachment information
when include_attachments=True, including:
- File ID (fileId)
- File URL (fileUrl)
- MIME type (mimeType)
- File title
Changes:
- Add _format_attachment_details() helper function following existing code patterns
- Add include_attachments parameter to get_events() (defaults to False)
- Update get_events() to display attachment details in both single and multiple event detailed views
- Maintain backward compatibility - attachments only shown when include_attachments=True and detailed=True
- Update function docstring with comprehensive documentation for LLM usage
Resolves#231🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>