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
Comment #1
dellis commentedStill having trouble with this... anyone else? Anyone have a suggestion?
Comment #2
dellis commentedComment #3
eswiderski commentedhaving this issue...ever figure this out?
Comment #4
jacob.embree commentedIn the form that defines the rrule you need to add a brother element to rrule, defining show_repeat_settings.
Comment #5
jacob.embree commented