Domanda

In vtiger open source, client wants to create a meeting invite on calendar once certain conditions are satisfied. is there any method/api exposed in vtiger to which we can pass the event parameters and it will create the event?How to create meeting event from code?

È stato utile?

Soluzione

Yes, you can create an Activity once conditions are satisfied. Set his arguments to those you want and then do an Activity->save()

Other option is to create the event directly on the database (you could do it through a query from the PHP code)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top