Creating repeated events?

joachim - June 12, 2008 - 09:56
Project:Calendar
Version:5.x-1.7
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Is there a way to create repeated events with Calendar?

I'd rather have a single node that appears several times, unlike the event repeat module which creates lots of copies of a node.

#1

gvdvenis - June 12, 2008 - 14:17

you should use the date_repeat component that ships with the date module. It however has some flaws that prevent it from saving to the database correctly, but work on that issue is in progress at the moment...

#2

anthonybol - June 22, 2008 - 23:30

Hello, I am also trying to use the date_repeat component on my site but I'm feeling a little lost on how to create a calendar event - without using the event module's eventrepeat. When using CCK is there a specific procedure to adding a repeat field with calendar repeat API? This would be important for the site.
Thanks in advance!

#3

KarenS - June 22, 2008 - 23:44
Status:active» fixed

The calendar module does not create events, you use CCK and the Date module to create events. The calendar is to display them in a calendar. And the Date Repeat module that will create repeating dates is only in the 5.2 and 6.2 versions. The 5.2 version is working fairly well (although I'm still doing some debugging). It's the 6.2 version that is still fairly buggy.

#4

joachim - June 23, 2008 - 01:54

Thanks Karen!
Trying 5.2 now on my staging site. Looks good! I'm afraid I've filed a heap of bugs though...

#5

drfourrd - July 2, 2008 - 19:31

Hi Karen-

I'm a bit confused. I want to add a CCK field to allow me to specify an event as a repeated date (ie. every tuesday for 4 months, etc...). You mention a Date Repeat module in your http://drupal.org/node/269710#comment-891859 comment, but I am unable to find this module. With my 6.x-2.0-beta3 Date plugin, I see 'Date Repeat API', but no support for a CCK field for adding recurring dates. Am I missing something?

#6

gvdvenis - July 3, 2008 - 07:19

Have a look in the CCK module category section. You should find the date CCK component there ;)

#7

drfourrd - July 3, 2008 - 14:33

Hi gvdvenis-

Thank you for the follow-up, though I am still a bit confused. The '6.x-2.0-beta3 Date plugin' plugin I mentioned that I have installed on my Drupal 6.2 install is the very 'Date' CCK module you mention, which I downloaded from the CCK module category at http://drupal.org/project/date

With this installed, under `/admin/build/modules` there is no reference to a date field module or date_repeat within the CCK group. Also, under the Date group on this page I have everything enabled with the exception of Date PHP4 since I'm running PHP 5.2.x

Have I missed installing something still? Are you referring to a different date module than http://drupal.org/project/date ?

Under 'Field type' when adding a CCK field at admin/content/node-type/calendar-event/add_field field I see relevant
- date
- datestamp
- datetime
- duration

None of which I can see provide functionality for some type of recurrence. What am I missing?

Thanks for your patience and help.

#8

KarenS - July 3, 2008 - 15:52

The 'duration' you see there is coming from some other module, the 'date', 'datestamp', and 'datetime' are all from the Date module. Select any one of them and on the next screen will be more settings. One of those settings, way down at the bottom of the screen, is an option to make the date a repeating date.

And this support request is for version 5.1, so it's pretty confusing to have someone jump in an ask about version 6.2, you would be better off opening a new issue if you're discussing a completely different version, since the answers will often be different.

#9

drfourrd - July 3, 2008 - 16:31

Thank you for the clarification. I apologize for the confusion I have caused you over having a different version of Drupal installed.

#10

KarenS - July 3, 2008 - 16:49

That's OK, and the confusion is also for you and for anyone else reading it, because the answers to the questions in this issue are different for different versions -- the module list looks different in 5.1 than in 5.2 and there are different options available, etc etc.

#11

Anonymous (not verified) - July 23, 2008 - 10:56
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.