pull/3089/head
Mineinjava 2023-11-10 14:33:46 -08:00
parent d32c1d1421
commit 1cd63b0261
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ E.on('notify',msg=>{
color: 0, color: 0,
allday: false allday: false
} }
Terminal.println("'" + msg.name + "'"); Terminal.println("'" + msg.title&&E.decodeUTF8(msg.title, unicodeRemap, replacer) + "'");
calEvent.allday = calEvent.durationInSeconds >= 24 * 56 * 60 - 1; // 24 hours for IOS is 23:59:59 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); var cal = require("Storage").readJSON("android.calendar.json",true);