I just can't stop creating some export functions for roster, and somehow I always extend Ulminias addons. Home you don't mind.
Here I've build an iCalendar exporter, so you can see your events in your calendar application like Thunderbird (with Lightning) oder Google Calendar (at least I've testet with those two, but the export should work with every other iCalendar aware program.).
As already explained with the rss feed for RosterGallery: This addon doesn't change anything, it only reads from the database. Not even caching. :-)
Installation:
- Put ical.php into addons/GroupCalendar/guild
- Put ical_functions.php into addons/GroupCalendar/guild/include/
- add the following two lines to addons/GroupCalendar/locale/enUS.php:
- Code: Select all
// Texts used by the iCal export
$lang['ical']['as'] = "as"; // used for attendance: "daHeilor as healer"
$lang['ical']['attendees'] = "Attendees";
Optionally upload the deDE.php into addons/GroupCalendar/locale. (I didn't translate it all, since I'm not sure if this plugin survives the integrated GuildCalendar from WotLK, but the important stuff is in and it's a start. Maybe I'll complete it some day.)
Then point your calendar app to the following url:
http://roster.example.de/index.php?p=gu ... endar-ical
Hope someone can use that, I prefer to check for new raids that way
Jakob