Skip to content

maiha/tdiary_google_calendar_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TdiaryGoogleCalendarPlugin
==========================

A tdiary plugin that shows event list from google calendar  

Usage
=====
   <%= google_calendar 'MAIL', 'PASS', 'CALENDAR_FEED_URL', 'OPTIONS' %>

Options
=======
   :max  : max number of output (default: 10)
   :days : range of output days (default: 3..14)
           (min: ensure at least count of entries even if count exceeds :max option)
           (max: muximum days for search)

Example
=======
  <ul class=calendar>
    <%= goolge_calendar 'maiha@gmail...', 'xxx', 'http://www.google.com/calendar/feeds/t69rg.../full', :days=>(1..7), :limit=>20 %>
  </ul>


Copyright (c) 2009 maiha@wota.jp, released under the MIT license

About

A tdiary plugin that shows event list from google calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages