groups

name language licence
show address after link in print (jQuery) HTML Other
add dock tile Other Other
simplepie google calender intergration PHP Other
code lines Other Other
iui add HTML Other
blueprint class HTML Other
round corner hack CSS Other
.htaccess file upload bigger PHP WA

< 1 2 3 4 5 6 >



language: PHP
licence: Other

simplepie google calender intergration

options: view full snippetsend to code collector
<?php

//v0.91: Nice error message if there are no events to display, requested by Tomas. Thanks!
//v0.90: Feature: clickable links in descriptions (start them http://). Thank you, Adam!
//       Feature: display end times, requested by Lucy. Thanks!
//       Feature: group by date, requested by Lucy. Thanks!
//       Note: I now use PHP5 - while this code should continue working in PHP4, beware!
//       http://james.cridland.net/code


/////////
//Configuration
//

// The 'Calendar ID' code (as shown in your 'calendar settings' page)
	
(Continues...)