Hi all, i'm currently trying to create a page to display a calendar which link to the built-in 'activity' table. I manage to get it display as a table list (to prove that the error is not related to table permission) but when I enabled the Calendar View and setting up the EntityField Mappings. It keep returning getting the error message "There was a problem loading data for this calendar.". I notice from the browser is trying to get the data from making a http request to the following url: https://xxxxxxxxxx.powerappsportals.com/EntityList/Calendar/0b044082-334e-ec11-8f8e-00224841f115/2d5acd4f-a44e-ec11-8f8e-00224841f115/00000000-0000-0000-00aa-000010001902?from=2021-11-01T00%3A00%3A00Z&to=2021-12-01T00%3A00%3A00Z
* I think the guid 0b044082-334e-ec11-8f8e-00224841f115 is my website id and 2d5acd4f-a44e-ec11-8f8e-00224841f115 my entity list id show in my Portal Management -> List
which return the following json response:
{
"success": 0,
"error": "There was a problem loading data for this calendar."
}
any idea how I can get it working? I also tried to change my Page Template to a redirect type which some of the older post suggested, but it doesn't even show me the calendar view control (it did show the as a table list if I disabled the Calendar View).


