[EventCalendar] Escaping commas
Alex Tingle
alex at firetree.net
Wed Sep 13 17:34:35 UTC 2006
Hi Marc,
Thanks for spotting that. I don't know whether Google are correct or
not. It doesn't really matter does it? If that's the way their app
works, then it would be nice for EC to work with it.
Could you post your change as a patch (unified diff). Either here on
the list, or in the patches section on Sourceforge:
http://sf.net/projects/wpcal
-Alex
--
:: Let me solve your problems: http://www.firetree.net/consulting/
:: alex.tingle AT firetree.net +44-7901-552763
On 13 Sep 2006, at 16:09, Marc Schumann wrote:
> Hi there,
>
> from toying around with importing Event Calendar 3.1beta ?ec3_vcal
> output into Google Calendar, it turns out Google Calendar needs commas
> escaped as '\,'. Google calendar can import Event Calendar ?ec3_vcal
> output if I modify the line echoing the summary to |echo "SUMMARY:" .
> preg_replace('/,/','\,',$entry->post_title) . "\r\n";|.
> Is this a bug in Event Calendar or in Google Calendar?
>
> Kind regards
> Marc
>
> _______________________________________________
> EventCalendar mailing list
> EventCalendar at firetree.net
> http://penguin.firetree.net/cgi-bin/mailman/listinfo/eventcalendar
More information about the EventCalendar
mailing list