Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The easiest way to add events from your calendar to your Aurora website is to use the Setup UC Events Calendar.

...

Other Sites

For those using another web hosting, you may use the following PHP scripts.

...

  1. Choose whether you want to use calendar list regular or lite. Download calendar_list.zip.
    For the regular version, extract calendar_list.php into your site. For the lite version, extract calendar_list_lite.php into your site.

    1. The regular version will show a thumbnail picture that is included in the event and has more information for each event. The lite version will only show you the day of the event and the title.

  2. Configure the calendar list by editing the RSS feed URL within calendar_list.php to the RSS feed you want.

    1. To obtain the feed URL for your calendar, go to Subscribe and choose RSS Feed.

    2. Select your calendar on the filter box to the right. After clicking on Create RSS Feed, copy the URL for that page and put it in place of the URL found next to the $FEED_URL variable.

      1. You can adjust the number of upcoming events to display at any given time by modifying the number assigned to $NUMBER_TO_DISPLAY.

    3. Choose the mode by which you want to install the file on your site. If you want to include it using php, set the $MODE variable to 1. If you want to use the iframe method, set the mode to 2.

  3. Put the calendar list on your website.

    1. Using php: <?php include('PATH'); ?>

    2. Using iframe:  <iframe src="PATH" height="240" width="320"></iframe>

...

To include the calendar list correctly, you must get the path to the php PHP file.

  • If you have placed the calendar_list.php inside the same directory you are linking it from, the path will simply be calendar_list.php.

  • If you have placed the file in a directory outside of where you are including it from, then you have to prepend ../ to calendar_list.php. For every level of directory higher, you must put an additional ../.

  • If you have placed calendar_list.php in a directory that is lower than where you want to include it, you have to prepend the directory names to calendar_list.php.

...

Filter by label (Content by label)
showLabelsfalse
max510
spacesIKBsortmodified
showSpacefalsereversetrue
typepage
cqllabel in ( "events" , "calendar" ) and type = "page" and space = "IKB"
labelsevents calendar

...