A couple of years ago there was a lot of talk about News to Calendar synchronising.
Is anything happening with this?
News to Calendar sync
Re: News to Calendar sync
There was even a module, News to Calendar bridge, by Calguy but that seems to be gone now.
Is anyone willing to offer me a quote to set this up in Events?
Is anyone willing to offer me a quote to set this up in Events?
Re: News to Calendar sync
is there some news about this module 
I am very interested in this module

I am very interested in this module

Last edited by zorrax on Fri Feb 26, 2010 3:27 pm, edited 1 time in total.
Re: News to Calendar sync
I would like to link my news into calendar (posted date, ended date and summary)
Re: News to Calendar sync
anybody have this module 
is there another solution to bridge CGcalendar and news ?

is there another solution to bridge CGcalendar and news ?
Re: News to Calendar sync
For time being you could bridge news summary to other record of a different kind by using UDT "news_ids" .
Just write something like
to event "Details" field.
Parameter "ids" comma separated list of news article ids. All other parameters are similar to news module parameters and are listed at the top of UDT.
Original post http://forum.cmsmadesimple.org/index.ph ... #msg191719
Link to UDT http://forum.cmsmadesimple.org/index.ph ... ttach=7279
Actually we need wider discussion how to define properties of calendar event to news article.
Should it be categories based "1:1" or "n:m" relationship ? May be there are some better ideas ?
Just write something like
Code: Select all
{news_ids ids='391' summarytemplate='summary' }
Parameter "ids" comma separated list of news article ids. All other parameters are similar to news module parameters and are listed at the top of UDT.
Original post http://forum.cmsmadesimple.org/index.ph ... #msg191719
Link to UDT http://forum.cmsmadesimple.org/index.ph ... ttach=7279
Actually we need wider discussion how to define properties of calendar event to news article.
Should it be categories based "1:1" or "n:m" relationship ? May be there are some better ideas ?