Viewing 1 replies (of 1 total)
  • Plugin Author ameliabooking

    (@ameliabooking)

    Hello, thank you for reaching out to us.

    At the moment, you can add the URL through the database, but please note that it will come up as HTML:

    So, it’s a bit ugly, but at least it works.

    To do that, you need to access the wp_options table in your database, and in 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 appointment, so it looks like this:

    "appointment":"Location: %location_name%"

    And that’s it.

    We’ll work on a better solution in the future.?

Viewing 1 replies (of 1 total)
  • The topic ‘Include location in the .ics calendar file?’ is closed to new replies.