.ics parser

Hi,

I would like to parse .ics files and found this package: @clicksports/n8n-nodes-ics-parser - npm

If I want to install it, I get the error

Any idea how I can solve this? Or any idea how I can parse .ics files easily?

Thanks!
Cadish

Hi @Cadish :wave: How are you trying to install this node - through the GUI, or through CLI?

Could you also provide the following:

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Thanks @EmeraldHerald for your support on this!

  • Installation: through the GUI
  • n8n version: 1.7.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: Proxmox with Ubuntu 22.04.3 LTS (GNU/Linux 5.15.116-1-pve x86_64)

Btw, I can install other community nodes successfully (eg n8n-nodes-caldav)

Solved… I needed to add @clicksports/n8n-nodes-ics-parser

Don’t understand why sometimes I need to add the author and sometimes not :thinking:

2 Likes

So glad you solved it - thanks for posting your solution! Someone like @Jon might have a better idea as to why the author was needed here :bowing_man:

So this comes down to the package name and if it is scoped to an organisation / author, Typically you would input the same option you get on the right of the npm page where you get the install command or at the top of the page in the title which in this case is

@clicksports/n8n-nodes-ics-parser

You can read a bit more about scoped packages here: scope | npm Docs

1 Like