Is it possible to send an ICAL event directly without the recipient having to open the ICS file? #81
-
I had been looking at an .ics file which contains an Outlook event. I then rebuilt this in PHP and added all the necessary information such as the start/end date, subject, content, location, etc. The generated file is then stored on the server for a short time and then sent as an email until I delete it again. Currently, this generated .ics file is then sent to someone in my network and as soon as he opens the file, the appointment/event is then entered directly. Theoretically it is also possible that someone other than the intended recipient opens it and as long as the intended recipient is entered in the .ics file, the intended recipient gets the event in his calendar. But now I want these events to be entered automatically without the recipient having to click on the .ics file first. My question is, is there a way to do this? By changing the .ics file, possible settings in Outlook or the possibility to execute files on the server via Laravel commands? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @PurwadiPw , The Ical standard does not describe such thing, so I don't think it is possible. It depends on the calendar/email client. |
Beta Was this translation helpful? Give feedback.
-
I know exactly what you want to get, I have been struggling with it for a long time, and it is certainly possible because, for example, Zoom, Webex or other applications can send such an invitation.
Most important is: Unfortunately, I don't know why, but then the CSS doesn't look like it should, but the calendar is automatically added. |
Beta Was this translation helpful? Give feedback.
Hi @PurwadiPw ,
The Ical standard does not describe such thing, so I don't think it is possible. It depends on the calendar/email client.