PDA

View Full Version : calendar - post events


Vangerltd
04-29-2009, 01:44 AM
<p>The calendar functions in a way similar to the forums in that there can be multiple calendars. One calendar could hold just events that you are able to see, while another may list birthdays.</p>
<p>There are two types of events on the <a href="calendar.php$session[sessionurl_q]">calendar</a>: normal events and recurring events.</p>
<p><b>Normal Events</b> span the time frame from when the event starts until the event ends.</p>
<p><b>Recurring Events</b> repeat over a set period of time based on certain criteria. Examples would be an event that occurs on the first Monday of every month and an event that occurs every Monday and Wednesday.</p>
<p>The administrator <i>may</i> have enabled registered members to post events, but usually this is not the case. You can most likely post your own private events that are only viewable to you.</p>
How can I do it?
First, I logged in as Admin, then I was create event and can see it in calendar.
Then, I logged in as User, and I cant see previously created (by Admin) event.

BlueNinjaGo
04-29-2009, 12:23 PM
Check the usergroup permissions and make sure Calendar Permissions are right

ACP -> Usergroups -> Usergroup Manager -> Edit Usergroup -> Calendar Permissions -> Can View Others' Events -> Yes

Vangerltd
04-29-2009, 01:20 PM
thx!