3

I installed drupal 6 calendar module and it's working fine, but it shows all events for all users, i want to restrict that to show events for the user who already viewing now

so i want my user to see his own events only, not other users events, how can i do that ?

Mohamed Badr
  • 57
  • 1
  • 3

1 Answers1

3

Try adding a filter in your view of User: Current. That will restrict to events that the current user created.

Laxman13
  • 5,226
  • 3
  • 23
  • 27