Closed (fixed)
Project:
Date
Version:
7.x-2.2
Component:
Date Repeat API
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 22:00 UTC
Updated:
18 Apr 2012 at 20:31 UTC
I have installed 7.x-2.2 version of Date and 7.x-3.0 of Calendar. I created a content type called "Event" and added a field_event_date field to that content type. I create new node of type "Event" and fill out the date form. It appears on the (beautiful) calendar. All is well and it was so easy and fast to set up (thank you!)
My questions:
1). does Date Repeat create a bunch of nodes with the repeating dates? Or a single node with a bunch of date fields with repeating dates?
2). What is the best way to allow users to populate the calendar with repeating dates?
Thank you for your explanations; my apologies if I am missing something that is documented.
Comments
Comment #1
rebecca.ellis commentedI am also confused about this. Also I'm getting an error when I try to create repeating events "Warning: implode(): Invalid arguments passed in form_error() (line 1616 of C:\inetpub\GlobeTheater_Development2\includes\form.inc)." The event still is there and it says that it repeats, however it doesn't show all of the occurrences on the calendar; only the first.
Comment #2
arlinsandbulte commented@Lunk Rat
1). Date Repeat does NOT create a bunch of nodes, but rather, a single node gets multiple date field values.
2). After enabling the date repeat module, you should have an extra widget or more field options with settings for displaying repeat entry information.
@rebecca.ellis
According to #1432928: warning: implode() invalid parameters, your error seems to be fixed in the latest -dev.