adamgibbons / ics

iCalendar (ics) file generator for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple events "start" must be an array

avlima opened this issue · comments

I'm having trouble recording multiple events, I followed the steps in the documentation but this error insists on appearing.

These are the events I'm trying to record:

{ title: 'test 1', description: 'Nightly thing I do', busyStatus: 'FREE', start: ['2021', '2', '11', '13', '0'], duration: {minutes: 50}, }, { title: 'test 2', description: 'Nightly thing I do', busyStatus: 'FREE', start: ['2021', '2', '11', '16', '0'], duration: {minutes: 50}, }

Sorry i have the same issue. How did you managed to resolve this?