Skip to content

Commit 4807940

Browse files
authored
Adding info prop to 'upcoming-event-alert' (#19412)
1 parent dece727 commit 4807940

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

components/google_calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_calendar",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Pipedream Google_calendar Components",
55
"main": "google_calendar.app.mjs",
66
"keywords": [

components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ export default {
66
key: "google_calendar-upcoming-event-alert",
77
name: "New Upcoming Event Alert",
88
description: "Emit new event based on a time interval before an upcoming event in the calendar.",
9-
version: "0.1.0",
9+
version: "0.1.1",
1010
type: "source",
1111
props: {
1212
googleCalendar,
1313
db: "$.service.db",
1414
http: "$.interface.http",
15+
pollingInfo: {
16+
type: "alert",
17+
alertType: "info",
18+
content: "This source requires a Pipedream API key to provide instant events. Alternatively, you can use the `upcoming-event-alert-polling` source instead, which operates on a timer and does not require a Pipedream API key.",
19+
},
1520
pipedreamApiKey: {
1621
type: "string",
1722
label: "Pipedream API Key",

0 commit comments

Comments
 (0)