Greetings. I may have missed something along the way, but I can't seem to get games to show up on a calendar. It seems like there is a missing link between the "club_event" and "sport_game" content type, but I have only been doing this for less than a month now, so I wouldn't bet on my guess.

-Nick

Comments

narleth’s picture

Status: Active » Needs review

I figured this out. Basically I needed to edit the club_event_calendar view's Argument's to include Date: Date (node) also included Content: Start (field_sport_game_start).

Also needed to add Fields: Content: Start Time only

I went further to hide "Content: Date - To date" and "Content: Start" and set the display to "Time only" - having the date on a calendar seemed redundant.

Also went ahead and added "Content: Location" as a link, so you can click through to the game venue from the calendar.

Hope this helps others.

rötzi’s picture

Category: support » feature
Status: Needs review » Postponed

That's also the way I did it.

The problem is, that the calendar view is added via the "club_event" module, so I can't already add the "sport_game" specific fields.

I see two solutions:

1. The "sport_game" content type uses the same CCK field for the start time as the "club_event" content type.
2. The "sport_game" module programatically changes the club_event_calendar view.

I would go for nr 2 at the moment, but I am postponing this issue. If anyone wants to do a patch for this, please feel free.