Calls Reminders

When adding a new phone call to the calendar via “Log Call”, is it possible to have an .ics attachment included in the email that is sent to the invites when “Save & Send Invites” is clicked? The attachment is included when scheduling a meeting, so I’m thinking it must be possible…

Would be a great addition as we often book phone calls in advance but to get the .ics attachment, we need to schedule them as a meeting instead.

That’s a nice idea, I hope somebody can develop it. Should be just a matter of copying some code from the meetings to the calls.

yep , I did it :slight_smile: and got the solution

we can have the attachment same as meeting attachment in call reminder by making some code changes,

in file modules/Meetings/Meeting.php
copy function create_notification_email and also place in modules/calls/call.php
Replace attachment name meeting.ics to call.ics inside the function

Its working fine for me.

Ok, are you ready to make a PR (Pull Request) to contribute that code to everyone?

Sure