Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-create-event-group",
name: "Create Event Group",
description: "Create an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#add-a-group)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "add_to_calendar_pro-create-event",
name: "Create Event",
description: "Create an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#add-an-event)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-create-landing-page-template",
name: "Create Landing Page Template",
description: "Create a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#add-a-landing-page-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "add_to_calendar_pro-create-rsvp-template",
name: "Create RSVP Template",
description: "Create an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#add-an-rsvp-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-delete-event-group",
name: "Delete Event Group",
description: "Delete an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#delete-a-group)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-delete-event",
name: "Delete Event",
description: "Delete an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#delete-an-event)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-delete-landing-page-template",
name: "Delete Landing Page Template",
description: "Delete a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#delete-a-landing-page-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-delete-rsvp-template",
name: "Delete RSVP Template",
description: "Delete an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#delete-an-rsvp-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-get-event-group",
name: "Get Event Group",
description: "Get an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#get-one-group)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-get-event",
name: "Get Event",
description: "Get an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#get-one-event)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-get-ics-data",
name: "Get ICS Data",
description: "Retrieve the ics file for a provided event to be typically used as an attachment within an email. [See the documentation](https://docs.add-to-calendar-pro.com/api/miscellaneous#retrieve-ics-file-body)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand All @@ -19,6 +19,7 @@ export default {
const response = await this.addToCalendarPro.getIcsData({
$,
eventProKey: this.eventProKey,
responseType: "object",
});
$.export("$summary", "Successfully retrieved ICS data.");
return response;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-get-landing-page-template",
name: "Get Landing Page Template",
description: "Get a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#get-one-landing-page-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-get-rsvp-template",
name: "Get RSVP Template",
description: "Get an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#get-one-rsvp-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-update-event-group",
name: "Update Event Group",
description: "Update an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#update-a-group)",
version: "0.0.2",
version: "0.0.3",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-update-event",
name: "Update Event",
description: "Update an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#update-an-event)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down Expand Up @@ -148,11 +148,13 @@ export default {
type: "string",
label: `Title of Date ${i + 1}`,
description: `The title of Date ${i + 1}`,
optional: true,
};
props[`startDate${i}`] = {
type: "string",
label: `Start Date of Date ${i + 1}`,
description: `The start date of Date ${i + 1} in format YYYY-MM-DD`,
optional: true,
};
props[`startTime${i}`] = {
type: "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "add_to_calendar_pro-update-landing-page-template",
name: "Update Landing Page Template",
description: "Update a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#update-a-landing-page-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "add_to_calendar_pro-update-rsvp-template",
name: "Update RSVP Template",
description: "Update an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#update-an-rsvp-template)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand Down
18 changes: 9 additions & 9 deletions components/add_to_calendar_pro/add_to_calendar_pro.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
},
},
styleId: {
type: "string",
type: "integer",
label: "Style ID",
description: "The ID of a style",
optional: true,
Expand All @@ -30,7 +30,7 @@ export default {
},
},
landingPageTemplateId: {
type: "string",
type: "integer",
label: "Landing Page Template ID",
description: "The ID of a landing page template",
async options() {
Expand All @@ -42,7 +42,7 @@ export default {
},
},
rsvpTemplateId: {
type: "string",
type: "integer",
label: "RSVP Template ID",
description: "The ID of an RSVP template",
async options() {
Expand All @@ -54,7 +54,7 @@ export default {
},
},
ctaTemplateId: {
type: "string",
type: "integer",
label: "CTA Template ID",
description: "The ID of a Call to Action template",
async options() {
Expand All @@ -78,7 +78,7 @@ export default {
},
},
customDomainId: {
type: "string",
type: "integer",
label: "Custom Domain ID",
description: "The ID of a custom domain",
async options() {
Expand All @@ -90,7 +90,7 @@ export default {
},
},
emailTemplateId: {
type: "string",
type: "integer",
label: "Email Template ID",
description: "The ID of an email template",
optional: true,
Expand Down Expand Up @@ -119,13 +119,13 @@ export default {
recurrence: {
type: "string",
label: "Recurrence",
description: "The recurrence of the event",
description: "An RRULE. Use in combination with \"Simplified Recurrence\" being set to false.",
optional: true,
},
recurrenceSimpleType: {
type: "string",
label: "Recurrence Simple Type",
description: "The type of recurrence",
description: "Use in combination with \"Simplified Recurrence\" being set to true.",
options: [
"daily",
"weekly",
Expand Down Expand Up @@ -285,7 +285,7 @@ export default {
optional: true,
},
metaRobotsOverride: {
type: "string",
type: "boolean",
label: "Meta Robots Override",
description: "If true, Add to Calendar Pro will set \"norobots, noindex\"",
optional: true,
Expand Down
2 changes: 1 addition & 1 deletion components/add_to_calendar_pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/add_to_calendar_pro",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream Add to Calendar PRO Components",
"main": "add_to_calendar_pro.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
export default {
...common,
key: "add_to_calendar_pro-event-deleted-instant",
name: "Event Deleted (Instant)",

Check warning on line 7 in components/add_to_calendar_pro/sources/event-deleted-instant/event-deleted-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
description: "Emit new event when a new event is deleted in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
export default {
...common,
key: "add_to_calendar_pro-event-group-deleted-instant",
name: "Event Group Deleted (Instant)",

Check warning on line 7 in components/add_to_calendar_pro/sources/event-group-deleted-instant/event-group-deleted-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
description: "Emit new event when a new event group is deleted in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
export default {
...common,
key: "add_to_calendar_pro-event-group-updated-instant",
name: "Event Group Updated (Instant)",

Check warning on line 7 in components/add_to_calendar_pro/sources/event-group-updated-instant/event-group-updated-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
description: "Emit new event when a new event group is updated in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
export default {
...common,
key: "add_to_calendar_pro-event-updated-instant",
name: "Event Updated (Instant)",

Check warning on line 7 in components/add_to_calendar_pro/sources/event-updated-instant/event-updated-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
description: "Emit new event when a new event is updated in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "add_to_calendar_pro-new-event-created-instant",
name: "New Event Created (Instant)",
description: "Emit new event when a new event is created in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "add_to_calendar_pro-new-event-group-created-instant",
name: "New Event Group Created (Instant)",
description: "Emit new event when a new event group is created in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "add_to_calendar_pro-new-rsvp-answer-instant",
name: "New RSVP Answer (Instant)",
description: "Emit new RSVP answer when a new RSVP answer is created in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
"status": "confirmed",
"date_created": "2025-06-26T19:04:30.237Z",
"date_updated": "2025-06-26T19:05:00.137Z",
"email": "",
"email": "[email protected]",
"prokey": "c6510c06-a277-4e1c-9baf-deec9c5507c7",
"amount": 1,
"payload": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
export default {
...common,
key: "add_to_calendar_pro-rsvp-answer-updated-instant",
name: "RSVP Answer Updated (Instant)",

Check warning on line 7 in components/add_to_calendar_pro/sources/rsvp-answer-updated-instant/rsvp-answer-updated-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Source names should start with "New". See https://pipedream.com/docs/components/guidelines/#source-name
description: "Emit new RSVP answer when a new RSVP answer is updated in the system",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
"status": "confirmed",
"date_created": "2025-06-26T19:04:30.237Z",
"date_updated": "2025-06-26T19:30:09.868Z",
"email": "",
"email": "[email protected]",
"prokey": "c6510c06-a277-4e1c-9baf-deec9c5507c7",
"amount": 2,
"payload": {}
Expand Down
11 changes: 5 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading