<div dir="ltr">Thanks to mlmatlock and Dianne for helping resolve the missing _sfun function issue (Issue #8 at <a href="https://github.com/jbalcorn/ical2rem/issues/8">https://github.com/jbalcorn/ical2rem/issues/8</a> ).<div><br></div><div>I've released <a href="http://ical2rem.pl">ical2rem.pl</a> v0.7, first update in 5 years.</div><div><br></div><div>Here's the diff for the perl code:</div><div><br></div><div>index 0e053f7..e5c4100<br>--- a/<a href="http://ical2rem.pl">ical2rem.pl</a><br>+++ b/<a href="http://ical2rem.pl">ical2rem.pl</a><br>@@ -252,6 +252,13 @@ sub _process_todos {<br> #<br> ######################################################################<br><br>+# Issue 8 <a href="https://github.com/jbalcorn/ical2rem/issues/8">https://github.com/jbalcorn/ical2rem/issues/8</a><br>+# Make sure there is a _sfun function declared in the reminder file.  We'll just make it do nothing here.<br>+print 'IF args("_sfun") < 1<br>+    FSET _sfun(x) choose(x,0)<br>+ENDIF<br>+';<br>+<br> print _process_todos($hash->{'todos'}) if $PROCESS_TODOS;<br><br> my ($leadtime, $yearkey, $monkey, $daykey,$uid,%eventsbyuid);<br><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><br></div><div><br></div><div>-- <br>Justin B. Alcorn</div><div>The views expressed are not necessarily my own, much less anyone else's<br>PGP Fingerprint CCEB F776 C3FD 1050 C8DB  532E B8B9 BED7 7764 406C</div></div></div></div></div></div></div></div>