Hi all,

I installed Date & Calendar in my 5.x Drupal. Works very well, but I need to repeat some date monthly or yearly. With event module I remember that an event repeat module was avaible. With date calendar I've found only a module for 6.x but not for 5.x
There is a way to duplicate a way to do with a module or with a view / new type of content?
Thank you all for your help.
bye

Comments

rkdeveloper’s picture

explain what is your requirement....

axtolf’s picture

Mainly, I need to set some events to be repeated yearly. I need to set up a node in calendar that will be repeated yearly in the same day.

axtolf’s picture

anyone?

rkdeveloper’s picture

check that.

axtolf’s picture

I see it, but it says in the description :
A Date Repeat API to calculate repeating dates and times from iCal rules.

and If I'm not using ICal ? And infact I cant find a function to tell to calendar/date to repeat an event yearly for example...

rkdeveloper’s picture

use cck to create interface and use views to display the content in desired way. i can suggest views php filter module would be good to write your own query.

there might be another solutions also i welcome if any

axtolf’s picture

I'm not so smart with views and CCK, even if I used them to modify some things here and there.
Could you please give me some details about how to do it? It's not really important the interface (Only me will use it and I'll have time to understood how to do it) but how to make the events repeating. Thanks