try subtitle
parent
501130e77b
commit
adaee22483
|
|
@ -190,7 +190,7 @@ E.on('notify',msg=>{
|
|||
color: 0,
|
||||
allday: false
|
||||
}
|
||||
Terminal.println("'" + msg.Title + "'");
|
||||
Terminal.println("'" + msg.subtitle + "'");
|
||||
calEvent.allday = calEvent.durationInSeconds >= 24 * 56 * 60 - 1; // 24 hours for IOS is 23:59:59
|
||||
|
||||
var cal = require("Storage").readJSON("android.calendar.json",true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue