使用PHP邮件发送Lotus Notes日历事件

时间:2014-03-03 11:39:22

标签: php calendar lotus-notes

我想询问是否有可能在PHP中创建/发送包含有关Lotus Notes日历事件的一些信息的电子邮件,并将其发送到aaa@bbb.cc

Do it just with a headers:
to: xxxxx
subject: xxxxx
starttime: xxxxx
endtime: xxxxx
eventtype: xxxxx
body: This is my first event

我无法找到有关电子邮件标头的任何引用,以及如何创建Lotus Notes日历的条目。

1 个答案:

答案 0 :(得分:1)

试试这个,我希望你需要的所有领域。 但是你必须用莲花笔记来测试它。

AppointmentType:3
Body:"..."
chair:"Person"
Form:"Appointment"
From:"Person"
StartDate:XX.XX.XXXX
StartTime:XX:XX:XX
STARTDATETIME: XX.XX.XXXX XX:XX:XX CET
EndDate:XX.XX.XXXX
EndTime:XX:XX:XX
ENDDATETIME: XX.XX.XXXX XX:XX:XX CET
RequiredAttendees:"Person1""Person2"...
SendTo:"Person1""Person2"...