By phillip_r on
Hello, super newbie here. Everything has gone pretty smoothly for me until I ran into this calendar problem. I was able to setup a content type and use the Calendar view to create a calendar without a problem.
I followed the video tutorial here: http://gotdrupal.com/videos/drupal-calendar
The events all show up perfectly while I'm logged in, but to a general user to the site who does not log in, the events can not be seen.
Sorry if this questions has been asked and answered a million times already, I've been searching for some info on this and have had no luck.
Thanks for any help you can give.
My URL is:
http://lenoxreign.com/drupal/calendar
Comments
check user permissions
Check your user permissions at /admin/user/permissions. There is a section on that page that lists the fields for all of your content types. Make sure Anonymous Users have access to the the 'view' permission for each field of your event type, it defaults to Authenticated User only.
Brian
Thanks for the quick reply
Thanks for the quick reply Brian, that did the trick. You rock.