By caschbre on
I'm using the following modules to create a calendar:
- CCK (to create an event type)
- Date
- Calendar
- Views
So far I've been able to create the following calendars:
1) public calendar to display all public (i.e. non-group) events
2) group calendar to display events for that specific group
3) "my calendar" that displays all public events and group events for groups the user is a member of
So far they're working great. What I would like to do next is color code the events in the calendar. For the "my calendar" I would like to change the background color of the group events the user is a member of. How would I go about this?
Comments
How have you configured the "My Calendar" part?
I have trying to get this working for past 2 days...
I have configured the following:
1. Setup Event content type and added event date field as well as "post to group" field (using organic groups.
2. Setup default Calendar View to show only event content type.
However, when I modify the View and add argument "Organic groups: Groups", the view preview says "no query was run".
I'am not able to figure out the correct configuration.
Let me know if you have any ideas.
How did you do it?You
How did you do it?
You said:
"3) "my calendar" that displays all public events and group events for groups the user is a member of"
How did you achieve this?
I tried to use a filter called Organic groups: Group member and setting Is the logged in user = True, but that seems to have no effect
(I'm using Drupal 6)
You shouldn't have to use a
You shouldn't have to use a filter at all for the "my calendar". If you are just displaying events, drupal will run the access control and display all public events and all events in groups for that user by default. You don't have to add any arguments or filters.