Drupal Calendar, I want each user to see only their own events

I installed the drupal 6 calendar module and it works fine, but it shows all events for all users, I want to limit it to show events for the user who is already viewing now

so I want my user to see only his events, and not other user events, how can I do this?

+3
source share
1 answer

Try adding a filter to your mind User: Current. This will be limited to the events that the current user was creating.

+3
source

All Articles