Yes, the edit issue is still there. The URL it is going to looks something like this:
/admin/event.php?mode=edit&eid=20070604205519701
The eid is valid as I can get to it as an actual Calendar event.
Also, regarding the group access tool. I installed it. It came up with the two pull down menus. It gave me an option of check or remove. I clicked on the appropriate settings and clicked check and it did nothing.
In the end, I fixed the issue by going to the database. I looked up the feature registration.user feature in gl_features. For me the id was 31. I then created a new entry in gl_access for the appropriate group.
The SQL looks like this:
INSERT INTO `gl_access` (`acc_ft_id`, `acc_grp_id`) VALUES ('31', '13');
Again, the acc_ft_id could be different depending upon an individual installation of Geeklog which is why the Group Access Tool is your recommended way of doing business. I thought I mentioned this way since it worked for me and precludes from having to install a tool that may only be needed once. In my case, it would be nice but the tool didn't work for me for some unknown reason.