Add 2 filter to the .ics file

Issue #604 resolved
Valentina R created an issue

The filter below is not easy to work with.

apply_filters( 'wc_appointments_ics_exporter', $ics, $this )

Instead, it would be very helpful, if there would be a filter for the LOCATION and DESCRIPTION so that users could add links easily. And that the filter would include the $appointment object.

There were a couple of persons recently that asked how to add a Zoom (or similar) link to the .ics and/or the gCal synced event (admin & staff). The last one is here.

Comments (2)

  1. Valentina R reporter

    Another client wants even more options, not just filters:

    It would be really helpful to have an option to customize the appointment.
    Also if we have several staff members scheduling appointments, it would be great to have a template for each staff member, as they will use different zoom accounts.

  2. Željan Topić

    Filter 'wc_appointments_ics_appointment' has been refactored, so each vevent value is filterable in an array.

  3. Log in to comment