File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/android/nl/xservices/plugins Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
44 xmlns : android =" http://schemas.android.com/apk/res/android"
55 id =" nl.x-services.plugins.calendar"
6- version =" 4.3.0 " >
6+ version =" 4.3.1 " >
77
88 <name >Calendar</name >
99
Original file line number Diff line number Diff line change @@ -228,8 +228,7 @@ private boolean createEvent(JSONArray args) {
228228 argOptionsObject .isNull ("secondReminderMinutes" ) ? null : argOptionsObject .getLong ("secondReminderMinutes" ),
229229 argOptionsObject .isNull ("recurrence" ) ? null : argOptionsObject .getString ("recurrence" ),
230230 argOptionsObject .isNull ("recurrenceEndTime" ) ? null : argOptionsObject .getLong ("recurrenceEndTime" ),
231- argOptionsObject .isNull ("calendarId" ) ? null : argOptionsObject .getInt ("calendarId" )
232- );
231+ argOptionsObject .isNull ("calendarId" ) ? 1 : argOptionsObject .getInt ("calendarId" ));
233232
234233 callback .success ();
235234 return true ;
You can’t perform that action at this time.
0 commit comments