• Resolved addicottweb

    (@addicottweb)


    I’ve set up a calendar extract via the ICS link (as described here: https://wp-events-plugin.com/documentation/event-ical-feeds/) to feed into a Google calendar, and from there to a digital sign.

    This all works fine. The problem is in the event location. The event dialog insists on using a full address, but for most events, all I want to put there is a room (so basically, just the location name). All of the events are at the same location, so it looks very odd to look at an event calendar displayed on the wall in the same building as the event, and all you see is the building name and address.

    Is it possible to customize the .CIS feed like that?

    Thanks,

    -Hirsch

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can modify template file under events-manager/templates/templates/ical.php

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/templates/ical.php

    *you can also change format under Events > Setting > Formatting > Calendar > Ical Feed Settings

    Hey there, I am using the “iCal Description” field to display some custom field information. It works fine except for fields that use checkboxes. It adds some characters I don’t want there:

    instead of printing:

    Selfs, Tans, Satins

    it prints

    a:3:{i:0;s:5:”Selfs”;i:1;s:4:”Tans”;i:2;s:6:”Satins”;}

    Is there anything I can do to resolve this?
    Thanks!

    You could try using PHP unserialize or json_decode before outputting them and use a foreach loop.

    Hi @timrv thank you! Do you offer this as a paid service or do you know someone who does? I need a few other tweaks. I would put together a list and get back to you once I am done.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment you can try job sites such as wordpress jobs or upwork

    Thank you! I will try there. Keep up the great work!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customizing the .ICS Feed’ is closed to new replies.