mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
parent
b11da8da0b
commit
cc267038e6
@ -271,7 +271,7 @@ export class Calendar {
|
|||||||
* @return A Promise that resolves with the list of calendars, or rejects with an error.
|
* @return A Promise that resolves with the list of calendars, or rejects with an error.
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static listCalendars() { return; }
|
static listCalendars(): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a list of all future events in the specified calendar. (iOS only)
|
* Get a list of all future events in the specified calendar. (iOS only)
|
||||||
|
Loading…
Reference in New Issue
Block a user