mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #271] [MERGED] plugin: feishu_calendar #1235
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:plugin/feishu_calendar📝 Commits (1)
52eac09plugin: feishu_calendar📊 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.