Linux 软件免费装

iCal Events for Multiple iCalendars

开发者 [benjo4u](Benjamin Fleischer)
更新时间 2009年6月10日 05:04
捐献地址: 去捐款
PHP版本: 2.0 及以上
WordPress版本: 2.7.1

标签

feed calendar multiple subscribe ical icalendar ical feed

下载

详情介绍:

I am currently modifying this from my private version to one that is more easily extensible in the admin section. This version may not work right. Not widgetized in this version. Example code. I like to use the Execute PHP Widget to encapsulate this code: Here are the parameters to display two events: url1 = url of the first iCalendar url2 = url of the second iCalendar link_description = 1 if you want to include the link description limit = the number of events to display alt_open = 1 if it's not loading properly without this custom_reload1 = time in milliseconds before the cached copy is reloaded for url1 custom_reload2 = time in milliseconds before the cached copy is reloaded for url2 gmt_start=' . time() you can use this to set the start time for events being displayed and you can manually reload it by loading your page yourdomain.org/?ical_events_reload=1 if you are logged in as admin

安装:

  1. Unzip in your plugins directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Best to also install for now the Execute PHP Widget and put it on your sidebar
  4. Put the php code in your widget and save

常见问题:

When will this be widgetized

I don't know; hopefully soon

When will you move the customization to the admin section

I don't know; hopefully soon

This doesn't work

Leave me a comment with the details and I'll try to fix it.