You need to sign in to do that
Don't have an account?

make events on customer community available to all users
I am trying to display on a vf page a list of activities that I am quering like this
SELECT Subject, Id, What.Id, Custom_Field__c FROM Event WHERE Custom_Field__c = 'an specific value'
However this list only shows me the ones that this particular user (the one who is log in has ), I need to be able todisplay all regardless of who is assign to.
To make it more strange if I open the VF page directly from salesforce: salesfroce..../apex/vfpage
It display the list correctly, so I wondering if this is a limitation for communities?


Events have a field "IsVisibleInSelfService" which should be checked for community users to be able to see other community users' events.