How to create an outlook calendar meeting request in PHP?

前端 未结 2 1878
自闭症患者
自闭症患者 2020-12-12 22:49

Can someone point me in the right direction? I know it has to do with attaching a .ics file, but I can only get it to the point where a user can download and then import th

2条回答
  •  天涯浪人
    2020-12-12 23:48

    You can programmatically generate an .ics :)

    Here's how:

    • Adding Events to Microsoft Outlook from PHP using ICAL
    
    

提交回复
热议问题