Getting Events associated with an Account record

Getting Events associated with an Account record

Hi there, I'm currently getting my feet wet with Zoho Creator and I had a question about its integration with Zoho CRM. I was wondering if it was possible to get the events associated with a Account/Potential/Contact record. I've tried using this function call to no avail:

relatedEvents = zoho.crm.getRelatedRecords("Events", "Accounts", accountID);

I was wondering what other things I could try, and if this is even possible.

Thanks!