I am new to the Domino.I have installed Domino server in a linux machine and installed admin client on a windows box and from the windows box I am running some python scripts to talk to domino server.
I am able to create dbs, users etc and also can create mails and send those mails using COM interface through python.But now I want to create some calendar item,to do item etc.How can I do that ? I could not find a way to use a form to create a Document.How to do that ?
Use the CreateDocument method of the NotesDatabase object, and set the Form property to the type of document you want to create. Define your other basic fields (e.g. Subject, StartDate etc) and use the ComputeWithForm method to ensure that all the various computed fields are generated. Compare the fields in the documents generated this way with those manually created entries to make sure you have covered everything.
If you are going to try and do anything Calendar (or R&R) related then you really should take some time to read up on the updated Calendaring & Scheduling Schema that we just posted so you can create valid docs that Notes will understand.