I’d like to specify the description that is automatically added to the .ics file for each event. Currently it adds the entire text of each event post. Either of these solutions would work for me:
1. The .ics description displays the post excerpt
2. The .ics description displays a custom field
I can see this line on line 478 of events-calendar-pro.php:
$item[] = ‘DESCRIPTION:’ . str_replace( ‘,’,’\,’, $description );
Is that the line I should change? My php skills are advanced enough to know what to change it to. Could someone help me?