ARTICLE AD BOX
I'm trying to create a calendar event via the Kerio Connect PHP library. I can connect, get a session token, and successfully get a return from methods that don't require any input parameters, such as Session.whoAmI and Folders.get.
When I try to use Events.create, I only get back Invalid params. Looking at Kerio's documentation for Events.create, it looks like the input parameter should be a list (array?) of Event objects. The description for the Event struct only lists the folderId as required. I have this value from the Folders.get call. I've tried minimal versions with only the folderId, start and end properties, and tried adding in the others. I've tried different formats for the date/time. Nothing seems to work, and the response doesn't provide any useful information about which parameters are causing the problem.
I've looked for other places to post a question, but Kerio closed their forums a few years ago, and the only other one I've found is r/KerioConnect on Reddit. It also appears to be closed to new entries.
What properties do I need to ad that will allow for creation of a new event?
