Download
(482Kb)
Download
Updated: 12-08-09 03:44 PM
Pictures
File Info
Updated:12-08-09 03:44 PM
Created:unknown
Downloads:895,232
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 04-25-08, 12:34 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Ewwww, that is nasty to read. And their License terms say it's illegal to even try to read it >.>

Fortunately someone on Curse is having the same problem and I've been able to find the bug. It's just GC, Carbonite isn't really involved. It's some weirdness where when you first log in the names in your Friends list are all "Unknown" (which, internally, is actually nil). GC is trying to determine what faction the characters who own your various databases belong to and uses the logic that if they're in your friends list or your guild roster then they're the same faction as you.

It'll be fixed in the next build though.

Originally posted by Fist
Good luck. Carbonite Quest is the free (I guess you could call it demo) version of Carbonite and even it has totally obfusticated unreadable code.

I tried capturing the error message that is generated first, but so many of those errors are logged that the buffer wraps and whatever is generated first is lost. Tried both /chatlog and the Elephant addon and neither capture addon generated errors. Is there a way to increase the buffer size on my in-game chat log so I have a chance to go back and look at what started all the error messages?

Update: I found a way to extend the log and there are no additional messages....just that group of error messages I already posted...which repeat like 100 times.
Report comment to moderator  
Reply With Quote
Unread 04-23-08, 02:14 PM  
Fist
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Good luck. Carbonite Quest is the free (I guess you could call it demo) version of Carbonite and even it has totally obfusticated unreadable code.

I tried capturing the error message that is generated first, but so many of those errors are logged that the buffer wraps and whatever is generated first is lost. Tried both /chatlog and the Elephant addon and neither capture addon generated errors. Is there a way to increase the buffer size on my in-game chat log so I have a chance to go back and look at what started all the error messages?

Update: I found a way to extend the log and there are no additional messages....just that group of error messages I already posted...which repeat like 100 times.
Last edited by Fist : 04-23-08 at 02:37 PM.
Report comment to moderator  
Reply With Quote
Unread 04-23-08, 12:25 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Blech. I'll see if I can get a "demo" copy of Carbonite or something to find out what's going on.

If possible, try to see what the very first error you get is -- the message with the file and line number for that very first error is probably the most valuable piece of information for diagnosing this.

Originally posted by Fist
Ok....after playing around for a couple hours, it looks like the problem is more than likely due to some sort of communications conflict with the Carbonite Quest addon. I've yet to be able to reproduce those errors with that addon disabled. When it is enabled, I typically get the error when there is new information for Group Calendar to share. Unfortunately the Carbonite lua code is well obfusticated so I can't tell what's going on there....
Report comment to moderator  
Reply With Quote
Unread 04-22-08, 10:56 AM  
Fist
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Ok....after playing around for a couple hours, it looks like the problem is more than likely due to some sort of communications conflict with the Carbonite Quest addon. I've yet to be able to reproduce those errors with that addon disabled. When it is enabled, I typically get the error when there is new information for Group Calendar to share. Unfortunately the Carbonite lua code is well obfusticated so I can't tell what's going on there....
Report comment to moderator  
Reply With Quote
Unread 04-22-08, 01:42 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Not sure what could cause that, but try disabling other addons and see if it's interference coming from somewhere. If not, then try

/cal reset realm

To get it to purge your character's events on the realms and see if that makes it happy.

If it still won't work and there's no sensitive data in your calendar (doctor visits, that sort of thing), email me the GroupCalendar.lua file from your SavedVariables folder at the email address on my Contact page at http://wobbleworks.com. I can take a look at see what's happening to your databases that's giving it such fits.

Originally posted by Fist
I installed clean (deleted old GC directory and cleared GC related Saved Variables). When I install and open up GC on a different char on the same account/server, I get the following error lines repeated MANY times. Only seems to happen the first time I use it, though I think I saw it happen once when accessing an event which was newly created by another char.

GetDatabase: Username is nil
EventDatabase.lua, 705: Get Database
EventDatabase.lua ,2719: EventDatabase.lua 2708

[C] pcall
MCSChedulerLib.lua, 261: MCSSchedulerLib.lua
[C] pcall
MCSChedulerLib.lua, 191: OnUpdate
MCSChedulerLib.lua, 297: MCSSchedulerLib.lua

note: I typed this from notes I made so it may not be 100% accurate as far as spacing/punctuation.
Report comment to moderator  
Reply With Quote
Unread 04-21-08, 02:47 PM  
Fist
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I installed clean (deleted old GC directory and cleared GC related Saved Variables). When I install and open up GC on a different char on the same account/server, I get the following error lines repeated MANY times. Only seems to happen the first time I use it, though I think I saw it happen once when accessing an event which was newly created by another char.

GetDatabase: Username is nil
EventDatabase.lua, 705: Get Database
EventDatabase.lua ,2719: EventDatabase.lua 2708

[C] pcall
MCSChedulerLib.lua, 261: MCSSchedulerLib.lua
[C] pcall
MCSChedulerLib.lua, 191: OnUpdate
MCSChedulerLib.lua, 297: MCSSchedulerLib.lua

note: I typed this from notes I made so it may not be 100% accurate as far as spacing/punctuation.
Report comment to moderator  
Reply With Quote
Unread 04-20-08, 11:16 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
I know, it's silly calling it a "feature", but I try to classify changes as either bugfixes or features. It wasn't a bug, therefore...

Originally posted by DJJoeJoe
Great feature
Report comment to moderator  
Reply With Quote
Unread 04-19-08, 08:26 AM  
lordgreg
An Aku'mai Servant
 
lordgreg's Avatar

Forum posts: 36
File comments: 38
Uploads: 0
Re: Install

Originally posted by Macie
I installed Groupcalender and when I check my addons it is recognized by WOW however when I type /calender it doesn't recognize the command.

any help?
you need to type: /calendar
instead of /calender
__________________
It's not a bug, it's a feature!
Report comment to moderator  
Reply With Quote
Unread 04-15-08, 06:41 PM  
Macie
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Install

I installed Groupcalender and when I check my addons it is recognized by WOW however when I type /calender it doesn't recognize the command.

any help?
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 01:03 AM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
- FEATURE: Bumped the .toc so that GC doesn't show as "out of date"
Great feature
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 07:17 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Group Calender Error

Which version of GC are you running?

Originally posted by claxattack
I have been useing Grp Calender for awhile and made my first event yesterday. Now the event icons that were already up are not showing, and i keep getting a error message comeing accross my screen. Any time i try and click on the day that i put the event i cant get it to recognize that i am clicking it.

MCSchedulerLib: Error Calling Task:
Interface\addons\groupcalender\eventdatabase.lua;678; bad argument
#2 to 'format' (string expected, got nil)

I have already deleted tha addon and reinstaled the newer version adn this did not help me. Ty for your time.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 07:16 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Brilliant Glass tradeskill

Yes, that's another one someone else pointed out today too. I'll get it added soon.

Thanks,
- John
Originally posted by Yagi
Any chance on adding support for the new Jewel Crafting item's 23 hr cooldown.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 07:14 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Thanks! I just became aware of this issue today and am looking for translations (it affects Spanish and French as well, possibly others too).

I can fix German now though

- John
Originally posted by Macniel
There is a bug in deDE clients that cause to display Unkown (?) on female classes.

the correct namens are:

rogue = Schurke (male), Schurkin (female)
shaman = Schamane (male), Schamanin (female)
druid = Druide (male), Druidin (female)
warrior = krieger (male), Kriegerin (female)
priest = Priester (male), Priesterin (female)
warlock = Hexenmeister (male), Hexenmeisterin (female)
paladin = Paladin (male), Paladin (female)
hunter = Jäger (male), Jägerin (female)
mage = Magier (male), Magierin (female)

I hope you can fix this
Report comment to moderator  
Reply With Quote
Unread 04-01-08, 03:23 PM  
Yagi
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Brilliant Glass tradeskill

Any chance on adding support for the new Jewel Crafting item's 23 hr cooldown.
Report comment to moderator  
Reply With Quote
Unread 03-28-08, 12:44 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
There is a bug in deDE clients that cause to display Unkown (?) on female classes.

the correct namens are:

rogue = Schurke (male), Schurkin (female)
shaman = Schamane (male), Schamanin (female)
druid = Druide (male), Druidin (female)
warrior = krieger (male), Kriegerin (female)
priest = Priester (male), Priesterin (female)
warlock = Hexenmeister (male), Hexenmeisterin (female)
paladin = Paladin (male), Paladin (female)
hunter = Jäger (male), Jägerin (female)
mage = Magier (male), Magierin (female)

I hope you can fix this
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.