I have a Drupal 7 site with a content type called Weekly repetition eventand events of this type are repeated at the same time and day of the week. I use a custom template file to show this type of node by printing the fields, for example.
print render ($ content['field_event_date'])
I understand how to use the display types and how to make the repeat rule show, but for my life I can not find a way to ONLY show the dates we listed as "Exclude dates"
I want the node to have a header that says "No meetings on the following dates" and to show any future date from NOW (date the node was seen) that the group is not meeting.
I can not figure out how to create a view of this, nor how to make this happen within the template file.
All the help appreciated.