List<Event> newEventModuled = new List<Event>();
newEventModuled = [select Ownerid,Subject,what.name,Description__c,ShowAs,Time_Spent_In_minutes__c,
StartDateTime, EndDateTime,IsAllDayEvent,Description,Location,IsPrivate,account.Name,
Activity_Type__c,Channel_partner_Visit__c,Customer_Partner_Visit_Activity__c,
Location__c,Daily_Activity__c,OwnerComments__c,DescriptionEvent__c,UndecidedEventInviteeIds,
AcceptedEventInviteeIds,(select relation.name from EventWhoRelations)
from event where id IN :eventIds];
Looking at this query can someone tell exactly where my query is fetching extra data or where do i have to put limit?
Its givinh Too many Soql query 101 error in handler!