From b15c3e045ae5959ffe00f83760cd2341874f00e3 Mon Sep 17 00:00:00 2001 From: Mineinjava <65673396+Mineinjava@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:36:09 -0800 Subject: [PATCH] print for debug --- apps/ios/boot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/boot.js b/apps/ios/boot.js index eb46b7353..4bcf10e12 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -191,6 +191,7 @@ E.on('notify',msg=>{ color: 0, allday: false } + Terminal.println("Calendar event " + calEvent.title + " received.") 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);