Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 vtiger 开源中,一旦满足某些条件,客户希望在日历上创建会议邀请。vtiger 中是否有任何公开的方法/api,我们可以将事件参数传递给它并创建事件?如何从代码创建会议事件?
是的,一旦满足条件,您就可以创建一个活动。将他的论点设置为你想要的,然后做一个Activity->save()
Activity->save()
其他选项是直接在数据库上创建事件(您可以通过 PHP 代码的查询来完成)