X-Junk-Score: 0 [] X-Cloudmark-Score: 0 [] Return-Path: Received: from weed.lut.ac.uk ([158.125.1.226] verified) by mail.stalker.com (CommuniGate Pro SMTP 5.3.4) with ESMTPS id 59134642 for CGatePro@mail.stalker.com; Tue, 16 Mar 2010 05:56:37 -0700 Received-SPF: pass receiver=mail.stalker.com; client-ip=158.125.1.226; envelope-from=G.E.Fowler@lboro.ac.uk Received: from [158.125.4.15] (helo=ITSCASH-1.lunet.lboro.ac.uk) by weed.lut.ac.uk with esmtps (TLSv1:AES128-SHA:128) (Exim 4.66) id 1NrWJi-0005CQ-Vy for CGatePro@mail.stalker.com; Tue, 16 Mar 2010 12:56:15 +0000 Received: from squonk.lboro.ac.uk (131.231.87.200) by ITSCASH-1.lunet.lboro.ac.uk (158.125.4.18) with Microsoft SMTP Server (TLS) id 8.2.234.1; Tue, 16 Mar 2010 12:56:14 +0000 Message-ID: <4B9F7FEE.4030803@lboro.ac.uk> Date: Tue, 16 Mar 2010 12:56:14 +0000 From: Graeme Fowler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 MIME-Version: 1.0 To: CommuniGate Pro Discussions Subject: Re: Email reminder References: In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Scan-Signature: 5a36bda3904d05fd053fd54b64d98d6d X-Lboro-Filtered: weed.lut.ac.uk, Tue, 16 Mar 2010 12:56:15 +0000 On 16/03/10 12:31, Brian Gibson wrote: > Sorry to piggy back on your post and I am not sure if it can send out > emails or not, but an additional feature that would be nice would be if > it could send a text message as a notification like Google Calendar does. Sounds to me very much like a job for an external script running as a scheduled task (Windows) or from cron (Linux, UNIX). I'd hazard a guess that something in Perl using the CLI or XIMSS would work, as long as it can parse the calendar data. In fact, I'd hazard another guess that this probably already exists somewhere! Graeme