I'm trying to get a calendar to work with repeating dates. I'm using Drupal 6.4. I created a content type of "Class" and add a repeatable date field (starttime) to it. I then cloned the calendar view and filtered the new calendar on the node type I created (Class). Now when I add content of type "class" to my site I and repeated the days, every monday for the next few weeks, I get all the date but only on the date of the content type creation. So today is the 17th, I created a repeating Class to start on monday, the 25th, and go for 10 weeks. All of the dates are created but only in the original node, the 17th.
What i'm i doing wrong? How can I get truly repeatable dates? Is there an example of this somewhere? Someone doing class scheduling somewhere?
Example:
Title
New Class
Time
08/25/2008 10:40 - 11:40
09/01/2008 10:40 - 11:40
09/08/2008 10:40 - 11:40
09/15/2008 10:40 - 11:40
09/22/2008 10:40 - 11:40
09/29/2008 10:40 - 11:40
10/06/2008 10:40 - 11:40
10/13/2008 10:40 - 11:40
10/20/2008 10:40 - 11:40
10/27/2008 10:40 - 11:40
Comments
In the view definition,
In the view definition, under Arguements - remove the existing date field which is the "node changed" date, and add the field you used for the date repeat.
Events
Do I have to also have the event module installed for this to work?
Dates are repeating, but...
currently the date and time will not show up on the calendar. In the "fields" section of the calendar view I placed the fields "Node: Title" and "Content: Date(field_startdate value)". The title shows up but the startdate will not. Node post date will show up but not any date assocated with the content.
Same Problem...
Anyone find a fix?
Is this the same issue as:
http://drupal.org/node/320082?