Private/Public Calendars

Smart PHP Calendar has two main calendar types. These are 'Private' and 'Public' calendars.
All your created calendars will be private as default. If you want to make your created events 'public' by default click icon in 'My Calendars' widget and check public checkbox. Also you can set 'private/public' property for your each event.
Note that only 'public' events will be shown in 'Public View', 'RSS View' and 'Events Calendar Plugin'.
You can reach your public calendar with the following address.
'http://your-host.com/your-calendar-directory/public-calendar.php?u=[your-username]'

Displaying/Hiding Sidebar Calendars on Public Calendar

You can show/hide sidebar calendars on public calendar by defining PUBLIC_VIEW_SHOW_CALS constant as true in config.php file.
//config.php

//------------------------------------------------------------------------------
// Public View
//------------------------------------------------------------------------------

//show calendars on the left side
define('PUBLIC_VIEW_SHOW_CALS', true);