Gabriel Bianconi
Gabriel Bianconi
aria-description is not supported in version 6.5.1 
OAuth 1.0a User Context authentication method is not supported ### Expected behavior OAuth 1.0a User Context authentication method is supported in order to be able to get timelines from a...
The interface is like ``` export interface VEvent extends BaseComponent { type: 'VEVENT'; summary: string; ... } ``` but it should be like: ``` export interface VEvent extends BaseComponent {...