adamgibbons / ics

iCalendar (ics) file generator for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index.ts missing busyStatus property

derhyl opened this issue · comments

Hi,
It seems that type ics.EventAttributes definition misses busyStatus property in index.d.ts
Can you please check if the error is in index.d.ts or if busyStatus is actually deprecated ?
Thanks for your help!

I have detected the same issue as well.
This causes:
error TS2345: Argument of type ... is not assignable to parameter of type 'EventAttributes'