View Single Post
03-19-15, 08:11 AM   #1
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Accept all ingame calendar invites

Found this macro to accept all ingame calendar invites at once but it crashes the client and also is not working for me

Code:
/run i=0 _,m,d=CalendarGetDate() for j=d,31 do while CalendarGetFirstPendingInvite(i,j)>0 do k=CalendarGetFirstPendingInvite(i,j) CalendarContextInviteAvailable(i,j,k) end end
Is there any addon that provides a button to accept all inv for the currently shown page? That woud be great!
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote