Thread Tools Display Modes
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

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Accept all ingame calendar invites

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off