diff --git a/components/ical/ical.app.mjs b/components/ical/ical.app.mjs new file mode 100644 index 0000000000000..c80a617533945 --- /dev/null +++ b/components/ical/ical.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "ical", + propDefinitions: {}, + methods: { + // this.$auth contains connected account data + authKeys() { + console.log(Object.keys(this.$auth)); + }, + }, +}; \ No newline at end of file diff --git a/components/ical/package.json b/components/ical/package.json new file mode 100644 index 0000000000000..ab141be24471f --- /dev/null +++ b/components/ical/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/ical", + "version": "0.0.1", + "description": "Pipedream iCal Components", + "main": "ical.app.mjs", + "keywords": [ + "pipedream", + "ical" + ], + "homepage": "https://pipedream.com/apps/ical", + "author": "Pipedream (https://pipedream.com/)", + "publishConfig": { + "access": "public" + } +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 606f0985b50ab..eb4f815bd773b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4572,6 +4572,9 @@ importers: components/ibm_x_force_exchange: specifiers: {} + components/ical: + specifiers: {} + components/icontact: specifiers: {}