Search code examples
google-apigoogle-calendar-api

how to get Google calender ruleId?


I am trying to transfer my calendar ownership to another user. I see on google API documentation needs ruleId

I didn't find any way to get ruleId

Does anyone have a solution?


Solution

  • Actually, you can proceed to create a ACL list method to list data from your Calendar.

    This is because according to the documentation of the ACL get method, the RuleID is the ACL rule identifier. So the ID under this part below should be the RuleID.

    "calendar#aclRule"