[Remind-Fans] ical2rem v0.7 released

Justin Alcorn justin at jalcorn.net
Wed Sep 4 18:38:20 EDT 2024


Thanks to mlmatlock and Dianne for helping resolve the missing _sfun
function issue (Issue #8 at https://github.com/jbalcorn/ical2rem/issues/8 ).

I've released ical2rem.pl v0.7, first update in 5 years.

Here's the diff for the perl code:

index 0e053f7..e5c4100
--- a/ical2rem.pl
+++ b/ical2rem.pl
@@ -252,6 +252,13 @@ sub _process_todos {
 #
 ######################################################################

+# Issue 8 https://github.com/jbalcorn/ical2rem/issues/8
+# Make sure there is a _sfun function declared in the reminder file.
We'll just make it do nothing here.
+print 'IF args("_sfun") < 1
+    FSET _sfun(x) choose(x,0)
+ENDIF
+';
+
 print _process_todos($hash->{'todos'}) if $PROCESS_TODOS;

 my ($leadtime, $yearkey, $monkey, $daykey,$uid,%eventsbyuid);


-- 
Justin B. Alcorn
The views expressed are not necessarily my own, much less anyone else's
PGP Fingerprint CCEB F776 C3FD 1050 C8DB  532E B8B9 BED7 7764 406C
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dianne.skoll.ca/pipermail/remind-fans/attachments/20240904/52a2398c/attachment.htm>


More information about the Remind-fans mailing list