EventCalendar

From WoWRosterWiKi
Jump to: navigation, search
WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents


Event Calendar

Event Calendar is a Roster addon that will show upcoming events from ingame WoW addons GuildEventManager (GEM) or GroupCalendar

Current version: 1.0.2
Author: PoloDude

Technical Notes

Instructions

// What calendar will you be updating -- GEM or GroupCalendar
	$addon_conf['EventCalendar']['UpdateMode'] = 'GEM';
 
//Every1 in guild can update the calendar if set to true, if set to false then it will look at EventUpdaters
	$addon_conf['EventCalendar']['UpdateAll'] = true;
 
//Characters that can update the events
	$addon_conf['EventCalendar']['EventUpdaters'] = array('CT_Mule',);
//Channels that can be updated (GEM only)
	$wordings['EventCalendar']['Channels'] = array('channel1','channel2',);
 
// Show eventicon or not -- true or false
	$addon_conf['EventCalendar']['ShowIcon'] = true;
 
//Date display "D m/d G:i" => Wed 08/23 20:15
	$addon_conf['EventCalendar']['EventDate'] = "D d/m G:i";
	$addon_conf['EventCalendar']['ResetDate'] = "D d/m";

Credits

Cohsion,Harut French localizations
Ordinus,NurMut</td> German localizations
**** ****
Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox