mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #286] [MERGED] migrate lark calendar tool #1247
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/286
Author: @Nov1c444
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @Yeuoly
Base:
main← Head:plugin/lark_calendar📝 Commits (1)
32f9e3emigrate 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.