예제 #1
0
파일: index.php 프로젝트: heller/omacal
// OJUG
$gcal_url = 'qbgmdhgjdi5fidbbna5409ecm4%40group.calendar.google.com';
$icalLinks .= googleIcalLink('Omaha Java Users Group', $gcal_url, 'tech');
$iframe_url .= calParams($gcal_url, $tech);
// Omaha Cloud Computing Meetup
$icalLinks .= openIcalLink('Omaha Cloud Computing Group', 'webcal://www.meetup.com/OmaCloud/events/ical/Omaha+Cloud+Computing+Group/', 'tech');
$iframe_url .= calParams('*****@*****.**', $tech);
// Omaha Mobile Group Meetup
$icalLinks .= openIcalLink('Omaha Mobile Group Meetup', 'webcal://www.meetup.com/Omaha-Mobile-Group/events/ical/Omaha+Mobile+Group/', 'tech');
$iframe_url .= calParams('*****@*****.**', $tech);
// Omaha Front-end Web & jQuery
$icalLinks .= openIcalLink('Omaha Front-end Web & jQuery Meetup', 'webcal://www.meetup.com/jquery-omaha/events/ical/Omaha+Front-end+Web+%26+jQuery/', 'tech');
$iframe_url .= calParams('*****@*****.**', $tech);
// Omaha Agile Development Meetup
$icalLinks .= openIcalLink('Omaha Agile Development Meetup', 'webcal://www.meetup.com/Omaha-Agile-Development/events/ical/Omaha+Agile+Development/', 'tech');
$iframe_url .= calParams('*****@*****.**', $tech);
?>
      
      <iframe src="<?php 
echo $iframe_url;
?>
" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
      
      <div class="ical-links">
        <h2>Calendar feed links</h2>
        <p>
          If you would like to use your own calendar program to track these events, subscribe using the links below.
        </p>
        <?php 
echo $icalLinks;
?>
예제 #2
0
파일: index.php 프로젝트: nllarson/omacal
$icalLinks .= linkCategoryHeading('Technology Calendars');
// omacal
$gcal_url = 'v22jm0329jldotqilithl7k9ig%40group.calendar.google.com';
$icalLinks .= googleIcalLink('Omacal Technology Events', $gcal_url, $tech);
$url .= calParams($gcal_url, $tech);
// OLUG
$gcal_url = '6obgndddg57ho25ks68uf3ndpo%40group.calendar.google.com';
$icalLinks .= googleIcalLink("Omaha Linux Users' Group (OLUG.org) Calendar", $gcal_url, $tech);
$url .= calParams($gcal_url, $tech);
// 2600
$gcal_url = 'tge8dvk7uo66c1jb924dlm96rg%40group.calendar.google.com';
$icalLinks .= openIcalLink('Omaha2600.org Calendar', $gcal_url, $tech);
$url .= calParams($gcal_url, $tech);
// Joomla
$icalLinks .= openIcalLink('Omaha Joomla! Users Group Calendar', 'webcal://www.meetup.com/Omaha-Joomla-Users-Group/events/ical/Omaha+Joomla+Users+Group/', $tech);
$url .= calParams('msha54tjkqh8o7qo4aar720imssk4e7k%40import.calendar.google.com', $tech);
?>
      
      <iframe src="<?php 
echo $url;
?>
" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
      
      <div class="ical-links">
        <h2>Calendar feed links</h2>
        <p>
          If you would like to use your own calendar program to track these events, subscribe using the links below.
        </p>
        <?php 
echo $icalLinks;
?>