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
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.1",
version: "0.0.2",
type: "action",
props: {
addToCalendarPro,
Expand All @@ -27,10 +27,10 @@ export default {
"internalNote",
],
},
subscriptionCallUrl: {
subscriptionCalUrl: {
propDefinition: [
addToCalendarPro,
"subscriptionCallUrl",
"subscriptionCalUrl",
],
description: "URL to an external calendar. Needs to start with \"http\"! Usually ends with \".ics\". Note: You can only change the subscription setting as long as there are no events linked to the group",
},
Expand Down Expand Up @@ -61,10 +61,10 @@ export default {
data: {
name: this.eventGroupName,
internal_note: this.internalNote,
subscription: this.subscriptionCallUrl
subscription: this.subscriptionCalUrl
? "external"
: "no",
subscription_call_url: this.subscriptionCallUrl,
subscription_cal_url: this.subscriptionCalUrl,
cta: this.cta,
layout: this.styleId,
landingpage: this.landingPageTemplateId,
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.0",
"version": "0.1.1",
"description": "Pipedream Add to Calendar PRO Components",
"main": "add_to_calendar_pro.app.mjs",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

Loading