This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This script automates finding Google Doc attachments in Google Calendar events, | |
| * converting them to richly formatted Markdown files using a self-contained, | |
| * custom converter, and organizing them into monthly folders. | |
| * | |
| * This version handles both direct file attachments AND special "Notes by Gemini" | |
| * attachments which may not have a standard mimeType. It uses PropertiesService | |
| * to track processed files, avoiding file permission errors. | |
| * | |
| * --- SETUP REQUIREMENTS --- |
OlderNewer