Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/google_calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/google_calendar",
"version": "0.6.0",
"version": "0.6.1",
"description": "Pipedream Google_calendar Components",
"main": "google_calendar.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
key: "google_calendar-upcoming-event-alert",
name: "New Upcoming Event Alert",
description: "Emit new event based on a time interval before an upcoming event in the calendar.",
version: "0.1.0",
version: "0.1.1",
type: "source",
props: {
googleCalendar,
db: "$.service.db",
http: "$.interface.http",
pollingInfo: {

Check warning on line 15 in components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop pollingInfo must have a description. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 15 in components/google_calendar/sources/upcoming-event-alert/upcoming-event-alert.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop pollingInfo must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "alert",
alertType: "info",
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.",
},
pipedreamApiKey: {
type: "string",
label: "Pipedream API Key",
Expand Down
Loading