mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1441] [MERGED] feat: add plugin for Google Calendar #1890
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/1441
Author: @jingfelix
Created: 8/7/2025
Status: ✅ Merged
Merged: 8/7/2025
Merged by: @crazywoola
Base:
main← Head:feat/google_calendar📝 Commits (3)
531b1fefeat: add plugin for Google Calendar7c07cf5fix: none object5497092fix: readme📊 Changes
21 files changed (+2814 additions, -0 deletions)
View changed files
➕
tools/google_calendar/.difyignore(+180 -0)➕
tools/google_calendar/PRIVACY.md(+31 -0)➕
tools/google_calendar/README.md(+126 -0)➕
tools/google_calendar/_assets/add_test_user.png(+0 -0)➕
tools/google_calendar/_assets/create_oauth_client.png(+0 -0)➕
tools/google_calendar/_assets/enable_api.png(+0 -0)➕
tools/google_calendar/_assets/get_client_id.png(+0 -0)➕
tools/google_calendar/_assets/icon.png(+0 -0)➕
tools/google_calendar/main.py(+6 -0)➕
tools/google_calendar/manifest.yaml(+35 -0)➕
tools/google_calendar/provider/google_calendar.py(+182 -0)➕
tools/google_calendar/provider/google_calendar.yaml(+69 -0)➕
tools/google_calendar/requirements.txt(+1 -0)➕
tools/google_calendar/tools/create_event.py(+467 -0)➕
tools/google_calendar/tools/create_event.yaml(+265 -0)➕
tools/google_calendar/tools/list_calendars.py(+164 -0)➕
tools/google_calendar/tools/list_calendars.yaml(+67 -0)➕
tools/google_calendar/tools/list_events.py(+317 -0)➕
tools/google_calendar/tools/list_events.yaml(+215 -0)➕
tools/google_calendar/tools/search_events.py(+454 -0)...and 1 more files
📄 Description
Related Issues or Context
Add a new plugin for Google Calendar.
Closes https://github.com/langgenius/dify-plugins/issues/621 https://github.com/langgenius/dify-plugins/issues/616 https://github.com/langgenius/dify-plugins/issues/975
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.