Section 01
LLM-driven Intelligent Schedule Extraction Chrome Extension: One-click Sync of Web Events to Google Calendar
This Chrome extension is developed by ryoshumei (open-source project, GitHub link: https://github.com/ryoshumei/add-to-calendar). It uses the natural language understanding capabilities of large language models (LLMs) to automatically identify event information (such as title, time, location, and description) on web pages and sync it to Google Calendar with one click, solving the tedious problem of manually copying and pasting schedules. The extension supports cloud API calls (e.g., OpenAI GPT, Anthropic Claude) and local model inference (ONNX Runtime/Transformers.js), balancing accuracy and privacy protection, and is currently in the active development stage.