Skip to content

Commit ad447dc

Browse files
authored
Add to Calendar - fix subscriptionCalUrl prop (#17388)
* fix prop * pnpm-lock.yaml
1 parent 89082ad commit ad447dc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

components/add_to_calendar_pro/actions/update-event-group/update-event-group.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "add_to_calendar_pro-update-event-group",
55
name: "Update Event Group",
66
description: "Update an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#update-a-group)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
addToCalendarPro,
@@ -27,10 +27,10 @@ export default {
2727
"internalNote",
2828
],
2929
},
30-
subscriptionCallUrl: {
30+
subscriptionCalUrl: {
3131
propDefinition: [
3232
addToCalendarPro,
33-
"subscriptionCallUrl",
33+
"subscriptionCalUrl",
3434
],
3535
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",
3636
},
@@ -61,10 +61,10 @@ export default {
6161
data: {
6262
name: this.eventGroupName,
6363
internal_note: this.internalNote,
64-
subscription: this.subscriptionCallUrl
64+
subscription: this.subscriptionCalUrl
6565
? "external"
6666
: "no",
67-
subscription_call_url: this.subscriptionCallUrl,
67+
subscription_cal_url: this.subscriptionCalUrl,
6868
cta: this.cta,
6969
layout: this.styleId,
7070
landingpage: this.landingPageTemplateId,

components/add_to_calendar_pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/add_to_calendar_pro",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream Add to Calendar PRO Components",
55
"main": "add_to_calendar_pro.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)