
andrew at morphoss
May 22, 2012, 11:44 AM
Post #4 of 6
(300 views)
Permalink
|
On Thu, 2012-05-17 at 12:13 +0200, Frank Steinberg wrote: > Am 17.05.2012 um 04:21 schrieb Andrew McMillan: > > > On Mon, 2012-05-14 at 16:54 +0200, Frank Steinberg wrote: > >> Hi, > >> > >> in mid-january there has been a discussion on this list about > >> invitations to external users, i.e. users that the server does not > >> know. It turned out, that it is *probably* not too difficult to > >> implement sending emails to external users on the DAViCal server. Has > >> anyone made any progress on this issue. Did this issue made any > >> progress on anyone's todo list? :-) > > > > I've (finally) started to look into this a bit further and there might > > be something in the next release, though it will probably be off by > > default at this point. > > I also started looking a bit closer on this issue. I created a new > class iMIP, similar to iSchedule.php, and added calls, if iSchedule > fails. As usual, more questions arise the closer I look into it. One > problem: Some clients (at least iCal) PUT the event twice and it seems > a bit tricky to me to make the server not send two almost identical > emails. My approach (so far as it goes) has been to create add a new function into inc/schedule-functions.php to handle mail of the message, and to call that from within the various other methods there, where you already have an iTIP message to send. The bigger issue for me is handling MIME properly, without pulling in a whole raft of new & unknown dependencies for this one minor feature, but I've spent some time looking over the RFCs and I think I have something that's not too objectionable now. Cheers, Andrew. -- ------------------------------------------------------------------------ andrew (AT) morphoss (DOT) com +64(272)DEBIAN He's just like Capistrano, always ready for a few swallows. ------------------------------------------------------------------------
|