You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/add_to_calendar_pro/actions/update-event-group/update-event-group.mjs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "add_to_calendar_pro-update-event-group",
5
5
name: "Update Event Group",
6
6
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",
8
8
type: "action",
9
9
props: {
10
10
addToCalendarPro,
@@ -27,10 +27,10 @@ export default {
27
27
"internalNote",
28
28
],
29
29
},
30
-
subscriptionCallUrl: {
30
+
subscriptionCalUrl: {
31
31
propDefinition: [
32
32
addToCalendarPro,
33
-
"subscriptionCallUrl",
33
+
"subscriptionCalUrl",
34
34
],
35
35
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",
0 commit comments