Okay
  Public Ticket #3226925
Customise ics file
Closed

Comments

  • Merel Woudwijk started the conversation

    Hi, is there some way to :

    customise the name of the agenda event. Now it has the service name by default with no way of changing it, but that does not work for us. Maybe some php function? i saw more people asked for this, but i forgot where.

    Best,

    Merel


  •  2,572
    Aleksandar replied

    Hello Merel.

    At the moment, you can modify the description of the ICS file through the database, but please note that, in some cases if you add placeholders that contain URLs and/or a hyperlink (like Zoom in this case), it will come up as HTML:

    7968592788.png
    9563044652.png

    So, it's a bit ugly, but it works.

    To do that, you need to access the wp_options table in your database, and there search for "amelia_settings" in the "option_name" column. It will return one row, so you need to edit it. Look for “ics” and you'll see this:

    "ics":{"description":{"appointment":"","event":"","translations":{"appointment":null,"event":null}}}

    Modify the "null" data and add the description in quotes for "appointment", so it looks like this:

    "appointment":"Customer: %customer_first_name%, Employee: %employee_first_name%, Zoom Join: %zoom_join_url%"
    

    And that's it.

    4428403682.png

    We'll work on a better solution in the future.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables