Using Calendar: 7.x-3.0-rc1, Date: 7.x-2.1

I have updated the contextual filter of the month view to look at the date field. I have a date field with repeating dates and start+end date options available. When I submit an event with both the start and end date set, the event correctly spans that start-date/end-date range. Additional parameters (such as "include day exceptions) do not display.

If I try any other sort of repeat rule, regardless of combination of options, I don't seem to have the item show up more than a single time in the monthly calendar.

I have a feeling I am doing something terribly wrong, but can not figure it out.

When I submit the event (after selecting date parameters), I get the following error, but don't know whether this is causing my problem:

Notice: Undefined index: show_repeat_settings in date_repeat_rrule_validate() (line 890 of /var/www/vhosts/domainname/httpdocs/sites/all/modules/date/date_repeat/date_repeat_form.inc).

Could someone point me in the right (or any) direction? I'm really hoping that there is an easy fix that I'm overlooking.

Thanks

Comments

dellis’s picture

Still having trouble with this... anyone else? Anyone have a suggestion?

dellis’s picture

Title: Most Repeat Rules don't display for me » undefined index show_repeat_settings in date_repeat_rrule_validate
eswiderski’s picture

Issue summary: View changes

having this issue...ever figure this out?

jacob.embree’s picture

Project: Calendar » Date
Version: 7.x-3.0-rc1 » 7.x-2.8
Component: MultiDay » Code
Issue summary: View changes

In the form that defines the rrule you need to add a brother element to rrule, defining show_repeat_settings.

  $form['date']['spacer1']['spacer2']['show_repeat_settings'] = array(
    '#type' => 'value',
    '#value' => TRUE,
  );
jacob.embree’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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