If you look at the refinements 'send requires, that should solve your
problem:

>> help send
Send a message to an address (or block of addresses)
Arguments:
    address -- An address or block of addresses (email block)
    message -- Text of message. First line is subject.
Refinements:
    /only -- Send only one message to multiple addresses
    /header -- Supply your own custom header
        header-obj -- The header to use (object)

send [EMAIL PROTECTED] {Your Appointment message here} /header make
system/standard/email [
    WPC-API: 1.2; 
    MSG-TYPE: "APPT"; 
    LOCATION: "2nd Floor Conference Room"; 
    To: [EMAIL PROTECTED]
    FROM: [EMAIL PROTECTED]; 
    SUBJECT: "Testing appointments using REBOL"; 
    BEGIN-TIME: 29/09/99 11:30:00; 
    END-TIME: 29/09/99 12:00:00; 
    Content-Type: "text/plain"
]

Something like that.

I hope that helps!
        
Andrew Martin
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-

Reply via email to