[PR #286] [MERGED] migrate lark calendar tool #1247

Closed
opened 2026-02-16 10:22:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/286
Author: @Nov1c444
Created: 2/26/2025
Status: Merged
Merged: 2/26/2025
Merged by: @Yeuoly

Base: mainHead: plugin/lark_calendar


📝 Commits (1)

  • 32f9e3e migrate lark calendar tool

📊 Changes

23 files changed (+1673 additions, -0 deletions)

View changed files

tools/lark_calendar/.env.example (+4 -0)
tools/lark_calendar/README.md (+0 -0)
tools/lark_calendar/_assets/icon.png (+0 -0)
tools/lark_calendar/lark_api_utils.py (+846 -0)
tools/lark_calendar/main.py (+6 -0)
tools/lark_calendar/manifest.yaml (+41 -0)
tools/lark_calendar/provider/lark_calendar.py (+7 -0)
tools/lark_calendar/provider/lark_calendar.yaml (+49 -0)
tools/lark_calendar/requirements.txt (+1 -0)
tools/lark_calendar/tools/add_event_attendees.py (+21 -0)
tools/lark_calendar/tools/add_event_attendees.yaml (+63 -0)
tools/lark_calendar/tools/create_event.py (+31 -0)
tools/lark_calendar/tools/create_event.yaml (+124 -0)
tools/lark_calendar/tools/delete_event.py (+18 -0)
tools/lark_calendar/tools/delete_event.yaml (+43 -0)
tools/lark_calendar/tools/get_primary_calendar.py (+17 -0)
tools/lark_calendar/tools/get_primary_calendar.yaml (+41 -0)
tools/lark_calendar/tools/list_events.py (+20 -0)
tools/lark_calendar/tools/list_events.yaml (+72 -0)
tools/lark_calendar/tools/search_events.py (+24 -0)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/286 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/lark_calendar` --- ### 📝 Commits (1) - [`32f9e3e`](https://github.com/langgenius/dify-official-plugins/commit/32f9e3ece78ddbe73ee78eba67261120bc94e58a) migrate lark calendar tool ### 📊 Changes **23 files changed** (+1673 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/lark_calendar/.env.example` (+4 -0) ➕ `tools/lark_calendar/README.md` (+0 -0) ➕ `tools/lark_calendar/_assets/icon.png` (+0 -0) ➕ `tools/lark_calendar/lark_api_utils.py` (+846 -0) ➕ `tools/lark_calendar/main.py` (+6 -0) ➕ `tools/lark_calendar/manifest.yaml` (+41 -0) ➕ `tools/lark_calendar/provider/lark_calendar.py` (+7 -0) ➕ `tools/lark_calendar/provider/lark_calendar.yaml` (+49 -0) ➕ `tools/lark_calendar/requirements.txt` (+1 -0) ➕ `tools/lark_calendar/tools/add_event_attendees.py` (+21 -0) ➕ `tools/lark_calendar/tools/add_event_attendees.yaml` (+63 -0) ➕ `tools/lark_calendar/tools/create_event.py` (+31 -0) ➕ `tools/lark_calendar/tools/create_event.yaml` (+124 -0) ➕ `tools/lark_calendar/tools/delete_event.py` (+18 -0) ➕ `tools/lark_calendar/tools/delete_event.yaml` (+43 -0) ➕ `tools/lark_calendar/tools/get_primary_calendar.py` (+17 -0) ➕ `tools/lark_calendar/tools/get_primary_calendar.yaml` (+41 -0) ➕ `tools/lark_calendar/tools/list_events.py` (+20 -0) ➕ `tools/lark_calendar/tools/list_events.yaml` (+72 -0) ➕ `tools/lark_calendar/tools/search_events.py` (+24 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:26 -05:00
yindo closed this issue 2026-02-16 10:22:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1247