UNPKG

nativescript-calendar

Version:

Interact with the native calendar. Add, Update, Read, you name it.

8 lines (7 loc) 468 B
export declare function hasPermission(arg: any): Promise<unknown>; export declare function requestPermission(arg: any): Promise<unknown>; export declare function listCalendars(arg: any): Promise<unknown>; export declare function findEvents(arg: any): Promise<unknown>; export declare function createEvent(arg: any): Promise<unknown>; export declare function deleteEvents(arg: any): Promise<unknown>; export declare function deleteCalendar(arg: any): Promise<unknown>;