Sembra che tu voglia usare ORDER BY invece di GROUP BY:
select * from calendar where approved = 'pending' order by eventid asc limit 1;
Sembra che tu voglia usare ORDER BY invece di GROUP BY:
select * from calendar where approved = 'pending' order by eventid asc limit 1;