mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1305] [MERGED] feat: add tool for Microsoft To Do with OAuth support #1824
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/1305
Author: @jingfelix
Created: 7/18/2025
Status: ✅ Merged
Merged: 7/29/2025
Merged by: @crazywoola
Base:
main← Head:feat/microsoft-todo📝 Commits (4)
698e732feat: add tool for Microsoft To Do with OAuth support5d9e283feat: add refresh_token3e5e0b4fix: uncommentlog1704621docs: additional description about redirect uri📊 Changes
37 files changed (+1745 additions, -0 deletions)
View changed files
➕
tools/microsoft_todo/.difyignore(+180 -0)➕
tools/microsoft_todo/.env.example(+4 -0)➕
tools/microsoft_todo/.github/workflows/plugin-publish.yml(+109 -0)➕
tools/microsoft_todo/GUIDE.md(+148 -0)➕
tools/microsoft_todo/PRIVACY.md(+32 -0)➕
tools/microsoft_todo/README.md(+112 -0)➕
tools/microsoft_todo/_assets/azure_portal.png(+0 -0)➕
tools/microsoft_todo/_assets/client_id.png(+0 -0)➕
tools/microsoft_todo/_assets/client_secret.png(+0 -0)➕
tools/microsoft_todo/_assets/icon.png(+0 -0)➕
tools/microsoft_todo/_assets/register_app.png(+0 -0)➕
tools/microsoft_todo/_assets/result-dify.png(+0 -0)➕
tools/microsoft_todo/_assets/result-todo.png(+0 -0)➕
tools/microsoft_todo/_assets/setup.png(+0 -0)➕
tools/microsoft_todo/main.py(+6 -0)➕
tools/microsoft_todo/manifest.yaml(+32 -0)➕
tools/microsoft_todo/provider/microsoft_todo.py(+158 -0)➕
tools/microsoft_todo/provider/microsoft_todo.yaml(+81 -0)➕
tools/microsoft_todo/pyproject.toml(+15 -0)➕
tools/microsoft_todo/requirements.txt(+7 -0)...and 17 more files
📄 Description
Related Issues or Context
This PR adds a new plugin for Microsoft To Do.
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
deploy-dev, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.SaaS Environment
cloud.dify.devwith a Clean Environment That Matches the Production Configuration🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.