Page 1 of 1

News to Calendar sync

Posted: Mon Sep 14, 2009 2:40 pm
by lemonaid
A couple of years ago there was a lot of talk about News to Calendar synchronising. 

Is anything happening with this? 

Re: News to Calendar sync

Posted: Fri Sep 18, 2009 6:30 am
by lemonaid
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?

Re: News to Calendar sync

Posted: Fri Feb 26, 2010 2:05 pm
by zorrax
is there some news about this module ???
I am very interested in this module ::)

Re: News to Calendar sync

Posted: Fri Feb 26, 2010 2:46 pm
by Peciura
What exact functions do you need?

Re: News to Calendar sync

Posted: Fri Feb 26, 2010 3:02 pm
by zorrax
I would like to link my news into calendar (posted date, ended date and summary)

Re: News to Calendar sync

Posted: Sat Feb 27, 2010 3:02 pm
by zorrax
anybody have this module ???
is there another solution to bridge CGcalendar and news ?

Re: News to Calendar sync

Posted: Sat Feb 27, 2010 4:47 pm
by Peciura
For time being you could bridge news summary to other record of a different kind by using UDT "news_ids" .
Just write something like

Code: Select all

{news_ids ids='391' summarytemplate='summary' }
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 ?