![]() |
RSS Feed Manager: Post RSS to Calendar
This modification will allow you to set an RSS feed so that it posts to the calendar. You must be using MySQL 4.0.0+ as this modification uses a UNION query. As vB currently requires at least MySQL 4.0.16, you should already meet this requirement. Further, the RSS feed that you wish to use for the calendar must have the date of the event in the title tag, followed by a dash and then the actual title of the RSS item. You will need to view the RSS feed and see if the following type of tag is present. Note how 'date dash title' is in this example tag, where no dash is in the date:
Code:
<title>April 12th, 2007 - Title of the Item</title> Also, while this modification 'types' input, it does not do error checking on the input you, the admin, provide to the ACP RSS Feed Manager, so make sure you enter the user name correctly and have the calendar permissions set to accept posts to the calendar, etcetera. Finally, this modification requires code edits, as there are no hooks available for it. You must also manually run three queries and add two phrases, which will not be placed in a product file as it would be a silly product file. Besides, it is easy enough to perform such things. :) To recap...
|
In the RSS Feed Manager, if you have 'Convert HTML to BB Code' set to Yes, and in the Calendar Manager you have 'Allow HTML' set to No and 'Allow BB Code' set to Yes, you may notice that certain feeds post to the calendar with things like <font> and ’ showing on screen.
This is because vB could not make sense of the feed. For example, there is an unclosed font tag in the feed item, or no bbcode or regexp available to deal with an entity in the feed item. Thus, vB adds & to such things, both for your protection and to prevent page breakage. To be rid of miscellaneous <font> and ’ type things, add a plugin at the calendar_getday_event hook with the following code: Code:
// this replaces &whatever; with &whatever; in the calendar event |
Does this work with Google Calendar?
|
Check this out: http://www.google.com/support/calend...y?answer=37648
I will be playing with the idea of a vbulletin --> google calendar mod possibly even replacing the vbulletin calendar with a google calendar PERIOD. |
Looken good, thanks Ma'am.
|
Quote:
|
yes please ...can we finally have a real agenda/calendar with RSS FEEDS ...and ICAL exportable etc ...
Why is it we don't see any updates on the calendar for the futur versions ? |
Has anyone come up with a way to have the Google calendar added in place of the default vB one?
|
Quote:
|
Has this ever been updated for vB4?
|
All times are GMT. The time now is 11:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|