maiha / tdiary_google_calendar_plugin
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
google_calendar.rb |
README
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

