[PR #271] [MERGED] plugin: feishu_calendar #1235

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

📋 Pull Request Information

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

Base: mainHead: plugin/feishu_calendar


📝 Commits (1)

📊 Changes

24 files changed (+954 additions, -39 deletions)

View changed files

migrations/tools/feishu_calendar/requirements.txt (+0 -1)
📝 tools/feishu_calendar/.env.example (+0 -0)
📝 tools/feishu_calendar/README.md (+0 -0)
📝 tools/feishu_calendar/_assets/icon.png (+0 -0)
📝 tools/feishu_calendar/main.py (+0 -0)
📝 tools/feishu_calendar/manifest.yaml (+11 -15)
📝 tools/feishu_calendar/provider/feishu_calendar.py (+1 -2)
📝 tools/feishu_calendar/provider/feishu_calendar.yaml (+0 -0)
tools/feishu_calendar/requirements.txt (+1 -0)
📝 tools/feishu_calendar/tools/add_event_attendees.py (+4 -3)
📝 tools/feishu_calendar/tools/add_event_attendees.yaml (+0 -0)
📝 tools/feishu_calendar/tools/create_event.py (+4 -3)
📝 tools/feishu_calendar/tools/create_event.yaml (+0 -0)
📝 tools/feishu_calendar/tools/delete_event.py (+4 -3)
📝 tools/feishu_calendar/tools/delete_event.yaml (+0 -0)
tools/feishu_calendar/tools/feishu_api_utils.py (+913 -0)
📝 tools/feishu_calendar/tools/get_primary_calendar.py (+4 -3)
📝 tools/feishu_calendar/tools/get_primary_calendar.yaml (+0 -0)
📝 tools/feishu_calendar/tools/list_events.py (+4 -3)
📝 tools/feishu_calendar/tools/list_events.yaml (+0 -0)

...and 4 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/271 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/feishu_calendar` --- ### 📝 Commits (1) - [`52eac09`](https://github.com/langgenius/dify-official-plugins/commit/52eac096b9070ce47c82f0a0df4c5c7414e3268b) plugin: feishu_calendar ### 📊 Changes **24 files changed** (+954 additions, -39 deletions) <details> <summary>View changed files</summary> ➖ `migrations/tools/feishu_calendar/requirements.txt` (+0 -1) 📝 `tools/feishu_calendar/.env.example` (+0 -0) 📝 `tools/feishu_calendar/README.md` (+0 -0) 📝 `tools/feishu_calendar/_assets/icon.png` (+0 -0) 📝 `tools/feishu_calendar/main.py` (+0 -0) 📝 `tools/feishu_calendar/manifest.yaml` (+11 -15) 📝 `tools/feishu_calendar/provider/feishu_calendar.py` (+1 -2) 📝 `tools/feishu_calendar/provider/feishu_calendar.yaml` (+0 -0) ➕ `tools/feishu_calendar/requirements.txt` (+1 -0) 📝 `tools/feishu_calendar/tools/add_event_attendees.py` (+4 -3) 📝 `tools/feishu_calendar/tools/add_event_attendees.yaml` (+0 -0) 📝 `tools/feishu_calendar/tools/create_event.py` (+4 -3) 📝 `tools/feishu_calendar/tools/create_event.yaml` (+0 -0) 📝 `tools/feishu_calendar/tools/delete_event.py` (+4 -3) 📝 `tools/feishu_calendar/tools/delete_event.yaml` (+0 -0) ➕ `tools/feishu_calendar/tools/feishu_api_utils.py` (+913 -0) 📝 `tools/feishu_calendar/tools/get_primary_calendar.py` (+4 -3) 📝 `tools/feishu_calendar/tools/get_primary_calendar.yaml` (+0 -0) 📝 `tools/feishu_calendar/tools/list_events.py` (+4 -3) 📝 `tools/feishu_calendar/tools/list_events.yaml` (+0 -0) _...and 4 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:24 -05:00
yindo closed this issue 2026-02-16 10:22:24 -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#1235