zoho.gapps.createEvent() for non default Gmail Calendar

zoho.gapps.createEvent() for non default Gmail Calendar

Are staff have access to multiple calendars in their Google G-suite accounts. For example Bill Smith has access to calendars name DeptA and DeptB and his default calendar named Bill_Smith. Bill has full access / privilages to all calendars.

We want to be able to create events in specific calendars.

Would the below post to the Bill_Smith calendar?

singleEventResp = zoho.gapps.createEvent("calendar",singleEventParam);

Can we do the following?

singleEventResp = zoho.gapps.createEvent("DeptA",singleEventParam);