Lines Matching full:outlook
4 * DokuWiki Calendar → Outlook Sync (Delta Mode)
6 * Syncs calendar events from DokuWiki to Office 365/Outlook via Microsoft Graph API.
122 logMessage("=== DokuWiki → Outlook Sync Started ===");
192 'Prefer: outlook.timezone="' . $this->config['timezone'] . '"'
465 // Build Outlook event structure
530 * If any of these fields change, the event will be re-synced to Outlook.
717 // Check if event already exists in Outlook (unmapped from previous sync)
737 // Truly new - create in Outlook
784 // 404 = event was deleted from Outlook, recreate it
788 … logMessage("Event deleted from Outlook, recreating: {$dwEvent['title']}", 'WARN');
829 logMessage("Already gone from Outlook: $dwId", 'DEBUG');