mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
2ea9b98a92
- Enhanced the GmailMessageAddedEvent class to support additional attachment types and improved metadata extraction. - Updated methods for handling inline content and external links, ensuring better integration with attachments. - Revised the output schema in the YAML to include new fields for attachment metadata, improving clarity and usability.
41 lines
882 B
YAML
41 lines
882 B
YAML
author: langgenius
|
|
created_at: "2024-11-01T00:00:00Z"
|
|
description:
|
|
en_US: Google Calendar push notifications trigger provider for Dify.
|
|
ja_JP: Dify 向け Google カレンダーのプッシュ通知トリガープロバイダー。
|
|
zh_Hans: 面向 Dify 的 Google 日历推送触发器。
|
|
icon: icon.svg
|
|
label:
|
|
en_US: Google Calendar Trigger
|
|
ja_JP: Google Calendar Trigger
|
|
zh_Hans: Google Calendar Trigger
|
|
meta:
|
|
arch:
|
|
- amd64
|
|
- arm64
|
|
runner:
|
|
entrypoint: main
|
|
language: python
|
|
version: "3.12"
|
|
version: 0.0.1
|
|
minimum_dify_version: 1.7.0
|
|
name: Google Calendar Trigger
|
|
plugins:
|
|
triggers:
|
|
- provider/google_calendar_trigger.yaml
|
|
resource:
|
|
memory: 1048576
|
|
permission:
|
|
model:
|
|
enabled: true
|
|
llm: true
|
|
tool:
|
|
enabled: true
|
|
storage:
|
|
enabled: true
|
|
size: 1048576
|
|
tags:
|
|
- utilities
|
|
type: plugin
|
|
version: 0.0.1
|