I update schedules for a couple bars, and I'd like to only have to do it once, rather than twice, so I thought about building a site that I can add the ENTIRE schedule, then use an embeddable view for each of the bar's own sites.

Problem is, not all the opening times are the same. One closes at 12 midnight, the other will be up for a 2:45am game.

Basically, I need to format 2 ways.

[Equal or greater than "NOW"] AND [In Between, 11am & 11pm] Whereas the other bar is pretty much open 24/7 depending on the time.

Anyway to achieve this?

Comments

nevets’s picture

I am missing part of the picture.

From your description, the schedules sound different, so I am unclear on what it would mean to only edit once instead of twice.

Seneschall’s picture

Say... Event A is at noon.
Event B is at midnight.

Location 1 will show both A & B.
Location 2 will only show A.

The Main view will contain everything, but be cloned and edited to fit each location. Then with the particular Location's view, will then be embedded onto their site, as if it's coming FROM the site.

nevets’s picture

If you are using Domain Access you can achieve this by assigning locations to one or more domains.

Seneschall’s picture

Basically I just want to filter out all events between 11am & 11:30pm. This particular location won't be showing late night sports like the other one will be. The two businesses are separate, and I run both their schedules. I'm just looking to make it easier by only adding the same sports schedule ONCE, rather than twice, then let Views filter out the times that aren't available for one of the two locations (and possibly more later).

nevets’s picture

Here is one approach that might work for you.

On your "master" site where you maintain the schedule. On that site produce a feed.

One the other site use the feeds module to import the feed. You could either use Feeds Tamper (may require some custom code to filter by date) or views with a filter to limit what is seen on the one site.