mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
style(): spacing and cleanup
This commit is contained in:
+10
-1
@@ -1,19 +1,28 @@
|
||||
import { Cordova, Plugin } from './plugin';
|
||||
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export interface CalendarOptions {
|
||||
|
||||
id?: string;
|
||||
|
||||
firstReminderMinutes?: number;
|
||||
|
||||
secondReminderMinutes?: number;
|
||||
|
||||
recurrence?: string; // options are: 'daily', 'weekly', 'monthly', 'yearly'
|
||||
|
||||
recurrenceInterval?: number; // only used when recurrence is set
|
||||
|
||||
recurrenceEndDate?: Date;
|
||||
|
||||
calendarName?: string;
|
||||
|
||||
calendarId?: number;
|
||||
|
||||
url?: string;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user