Download
(482Kb)
Download
Updated: 12-08-09 03:44 PM
Pictures
File Info
Updated:12-08-09 03:44 PM
Created:unknown
Downloads:895,237
Favorites:546
MD5:

Group Calendar 4  Popular! (More than 5000 hits)

Version: 4.6.1
by: mundocani [More]

About Group Calendar

Group Calendar provides an in-game calendar for planning, signing up, and managing events. It can be configured for single-guild use or for multi-guild alliances.

The user's manual can be found at http://wobbleworks.com/groupcalendar/manual/

Recent Changes

v4.5.1 Changes

* FEATURE: Added Isle of Conquest battleground
* FEATURE: Added Trial of the Champion dungeon
* FEATURE: Added Trial of the Crusader and Trial of the Grand Crusader raids
* BUGFIX: Corrected Maybe checkbox to send Maybe instead of Standby to the organizer

v4.5 Changes

* FEATURE: Added Ulduar and Ulduar (Heroic) event types
* FEATURE: Patch 3.1 compatible
* FEATURE: Edit tab automatically gives keyboard focus to the Title field
* BUGFIX: "Guild Members Only" checkbox no longer shows up when not in a guild

v4.6.1 Changes

* BUGFIX: Fixed minor Lua error

v4.6 Changes

* FEATURE: Added Icecrown Citadel dungeons
* FEATURE: Adjusted minimap clock for patch 3.3 compatibility
* BUGFIX: Fixed status popup in Add Player dialog
Optional Files (0)


Post A Reply Comment Options
Unread 11-23-08, 08:28 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Found the problem, it'll be fixed in the next build. Thanks for the report!

Originally posted by mundocani
Thanks, I'll check it out. Probably just some API change made in patch 2.4 or 3.0 that got overlooked because I wasn't leveling any characters and nobody reported it. Weird that I haven't seen it while leveling in Northrend though.
Report comment to moderator  
Reply With Quote
Unread 11-26-08, 12:00 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
v4.3b8 Changes

- FEATURE: Added support for communicating version info with all 4.x versions
- FEATURE: Added Smelt Titansteel cooldown
- FEATURE: Updated German translation of WotLK dungeons (courtesy of ReiTung)
- BUGFIX: Fixed bug causing private events to be shared
- BUGFIX: Fixed error which occurs when a new level is attained
- BUGFIX: Made separate cooldown for Northrend vs. regular Inscription Research
Report comment to moderator  
Reply With Quote
Unread 11-26-08, 12:06 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
After the Thanksgiving holiday I plan to release 4.3. As I've mentioned before, 4.3 will deliberately not work with any prior versions of Group Calendar. This is necessary in order to eliminate the problem where your events are getting modified while you're offline as they're being passed around among your guildmates. The only way to fix this bug is to make GC refuse to talk to those earlier versions which may corrupt the data while they're passing it along to others in your absense.

My plan is to first post 4.3 on wobbleworks.com in order to limit distribution. This will allow a few guilds to try it out and help me ensure that the transition works as smoothly as possible, then I will post it (plus any tweaks) here and on the curse page for GC.

If any guilds are willing to be the brave first, please use the contact email provided at wobbleworks.com to let me know so we can work closely with each other in monitoring how it goes.
Last edited by mundocani : 11-26-08 at 12:07 PM.
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 04:33 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
v4.3b9

v4.3b9 Changes

- FEATURE: Added day of month to minimap button
- FEATURE: Removed clock checking since server now provides complete date/time
- FEATURE: Event copy/paste
- BUGFIX: Corrected Death Knight name (fixes auto-complete when adding player)
- BUGFIX: Player role can be changed
- BUGFIX: Group invite failures are processed correctly (already group, not online, etc.)
- BUGFIX: Update reloadui detection when upgrading to 4.3

This is the final version of 4.3 even though I'm labeling it as 4.3b9. I am marking it as "Release" so that it becomes the default download. The difference between this and the actual final version of 4.3 is that this version will continue to talk to older 4.x versions. This means, however, that the "events changed from another computer" bug will still appear since it is caused by members running the older versions.

I'll post the actual final version of 4.3 on wobbleworks.com for now which will have the compatibility severed and therefore will eliminate the "events changed" bug. Once a few guilds have migrated and ensured that everything works ok I'll make that version the default download here.
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 05:38 PM  
Oxides
A Kobold Labourer

Forum posts: 0
File comments: 77
Uploads: 0
Error with 43b9 that happened on the second I loaded in:

Date: 2008-12-01 17:48:17
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\GroupCalendar\MCDateLib.lua line 428:
attempt to call method 'DebugMessage' (a nil value)
Debug:
[C]: DebugMessage()
GroupCalendar\MCDateLib.lua:428: GetDaysToDate()
GroupCalendar\MCDateLib.lua:449: ConvertMDYToDate()
GroupCalendar\MCDateLib.lua:27: GetServerDateTime()
GroupCalendar\GroupCalendarTime.lua:112: Update()
GroupCalendar\GroupCalendarTime.lua:100: OnShow()
GroupCalendar\GroupCalendarTime.lua:75:
GroupCalendar\GroupCalendarTime.lua:75
[C]: Show()
GroupCalendar\GroupCalendar.lua:205: OnLoad()
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
Report comment to moderator  
Reply With Quote
Unread 12-01-08, 10:42 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Cool, thanks for the trace. I don't know what's causing this problem (the error is from some faulty debug code I put in to track it down), but the stack trace should give me a good clue how it got there.

Originally posted by Oxides
Error with 43b9 that happened on the second I loaded in:

Date: 2008-12-01 17:48:17
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\GroupCalendar\MCDateLib.lua line 428:
attempt to call method 'DebugMessage' (a nil value)
Debug:
[C]: DebugMessage()
GroupCalendar\MCDateLib.lua:428: GetDaysToDate()
GroupCalendar\MCDateLib.lua:449: ConvertMDYToDate()
GroupCalendar\MCDateLib.lua:27: GetServerDateTime()
GroupCalendar\GroupCalendarTime.lua:112: Update()
GroupCalendar\GroupCalendarTime.lua:100: OnShow()
GroupCalendar\GroupCalendarTime.lua:75:
GroupCalendar\GroupCalendarTime.lua:75
[C]: Show()
GroupCalendar\GroupCalendar.lua:205: OnLoad()
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 05:42 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
v4.3b10 Changes

- BUGFIX: Corrected Obsidian (Heroic) event name
- BUGFIX: Delayed initialization slightly so server date gets received
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 09:36 PM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Anyway you could add 30 day cooldown tracking for Consortium gem sacks?
Report comment to moderator  
Reply With Quote
Unread 12-03-08, 12:00 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Hm, hadn't considered that one, but that would be handy. My mage is exalted and I never remember to pick those up. I'll put it on the to-do pile

Originally posted by Myster
Anyway you could add 30 day cooldown tracking for Consortium gem sacks?
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 04:40 AM  
hootmaroot
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
i get this error every time i try to use focus



Date: 2008-12-06 10:28:08
ID: 1
Error occured in: AddOn: GroupCalendar
Count: 2
Message: Error: AddOn GroupCalendar attempted to call a forbidden function (FocusUnit()) from a tainted execution path.
Debug:
[C]: FocusUnit()
..\FrameXML\UnitPopup.lua:1181: func()
..\FrameXML\UIDropDownMenu.lua:568: UIDropDownMenuButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 01:45 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Blizzard is aware of this issue and is planning to fix it in patch 3.0.8 according to their UI & Macros forum post on the subject. This is not a bug in Group Calendar.

Originally posted by hootmaroot
i get this error every time i try to use focus



Date: 2008-12-06 10:28:08
ID: 1
Error occured in: AddOn: GroupCalendar
Count: 2
Message: Error: AddOn GroupCalendar attempted to call a forbidden function (FocusUnit()) from a tainted execution path.
Debug:
[C]: FocusUnit()
..\FrameXML\UnitPopup.lua:1181: func()
..\FrameXML\UIDropDownMenu.lua:568: UIDropDownMenuButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
Report comment to moderator  
Reply With Quote
Unread 12-09-08, 03:16 AM  
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 138
Uploads: 3
more tradeskill CDs missing for tailor:

[Tailoring: Ebonweave] http://www.wowhead.com/?spell=56002

[Tailoring: Moonshroud] http://www.wowhead.com/?spell=56001

[Tailoring: Spellweave] http://www.wowhead.com/?spell=56003
Report comment to moderator  
Reply With Quote
Unread 12-09-08, 02:47 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Do you know offhand if they all share a cooldown?

Originally posted by Wall
more tradeskill CDs missing for tailor:

[Tailoring: Ebonweave] http://www.wowhead.com/?spell=56002

[Tailoring: Moonshroud] http://www.wowhead.com/?spell=56001

[Tailoring: Spellweave] http://www.wowhead.com/?spell=56003
Report comment to moderator  
Reply With Quote
Unread 12-10-08, 02:14 AM  
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 138
Uploads: 3
Originally posted by mundocani
Do you know offhand if they all share a cooldown?
they dont share cd
Report comment to moderator  
Reply With Quote
Unread 12-11-08, 02:49 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Wall
they dont share cd
Thanks, I'll get those added for the next build.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.