javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms.type="checkbox" )elms.click()};
This one too doesnt works
I have a script that invites all your friends when you click attending. Its a combination of app and event. But im not sure is that is what you are looking for -_-