Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into issues/148

This commit is contained in:
Taylor Wilsdon
2025-08-07 15:59:04 -04:00
3 changed files with 124 additions and 13 deletions

View File

@@ -447,8 +447,8 @@ When calling a tool:
| `list_calendars` | List accessible calendars |
| `get_events` | Retrieve events with time range filtering |
| `get_event` | Fetch detailed information of a single event by ID |
| `create_event` | Create events (all-day or timed) with optional Drive file attachments |
| `modify_event` | Update existing events |
| `create_event` | Create events (all-day or timed) with optional Drive file attachments and custom reminders |
| `modify_event` | Update existing events with intelligent reminder handling |
| `delete_event` | Remove events |
### 📁 Google Drive ([`drive_tools.py`](gdrive/drive_tools.py))