CGGooglemaps with CGCalendar
Posted: Tue Aug 18, 2009 8:33 pm
I would love to use the CGGooglemaps in conjunction with CGCalendar to produce a google map for each event. I would like to pull the address from a custom field called city-state. I have tried numerous ways to do this but cannot get it to work.
Here is what I am trying to do in the CGCalendar event template:
Any help would be appreciated.
Here is what I am trying to do in the CGCalendar event template:
Code: Select all
{assign var='address' value=$entry-city-state}
{assign var='summary' value=$event.event_summary}
{cggm_add_dynpoint map='1' name='schedule' address='$address' description='$summary'}
{CGGoogleMaps map='1'}