← 返回
未分类 中文

Feishu calendar sync, local ics to json data for AI agent

Convert ICS calendar files to JSON format for importing, exporting, or processing Feishu calendar events and data integration.
将ICS日历文件转为JSON格式,用于飞书日历导入导出及数据集成。
goog goog 来源
未分类 clawhub v1.0.1 1 版本 99753.7 Key: 无需
★ 0
Stars
📥 405
下载
💾 1
安装
1
版本
#latest

概述

Feishu Calendar Candy

Convert ICS calendar files to JSON format for Feishu calendar integration.

requirement

install vdirsyncer and setup calendar sync

Quick Start

Run the conversion script:

python scripts/ics2json.py <input_directory> [-o output.json] [--split]

Arguments

  • input_dir - Directory containing .ics files (required)
  • -o, --output - Output JSON file (default: output.json)
  • --split - Output one JSON per ICS file instead of merging

Examples

Merge all ICS files into one JSON:

python scripts/ics2json.py ./calendars -o events.json

Split each ICS into separate JSON:

python scripts/ics2json.py ./calendars --split

Output Format

Each event contains:

  • uid - Unique event identifier
  • summary - Event title
  • status - Event status
  • organizer - Organizer info
  • start - Start time (ISO format)
  • end - End time (ISO format)
  • alarms - List of reminders/triggers

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 02:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 380 📥 143,927
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 456 📥 151,357
knowledge-management

Knowledge card creator, your memory notes

goog
知识卡片生成器:提取用户提供的文本、文件或 URL 中的关键知识,自动匹配合适的卡片类型(概念、备忘录、流程、比较等)。
★ 0 📥 724