!7 module SpeechToCalendarEntry > DynPrintLogAndEnabled { start { dm_onTopInput_q(voidfunc(S s) { print("StC: " + s); if (!enabled) ret; S ymd = ai_ymdFromEnglishSentence(s); if (empty(ymd)) ret; print("Speech to calendar: " + ymd); S sentence = ai_dropTimeSpecifiers(s); dm_requireAndCallModule("#1020691/Calendar", 'addEntry, ymd, sentence); }); } }