冷聚变Lotus Notes 日历集成
在使用 ColdFusion 应用程序注册事件的企业场景中,是否可以以编程方式将条目添加到人员的日历中?
Google 给了我一些部分想法,例如通过 JDBC/ iCalendar 等进行连接...
任何想法和想法感谢经验
!
In an enterprise scenario where a ColdFusion application is used to register for a event, would it be possible to programmatically add an entry into the calendar of a person?
Google has given me some partial idea's like connecting via JDBC/ iCalendar, etc...
Any ideas & experiences are appreciated
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我过去看到的是,在该人注册活动后,会给出一个链接,例如:
该链接将转到一个 .ical 文件,Lotus Notes(以及 Outlook 和各种其他日历客户端)可用于将事件添加到用户的日历中。您可以使用 CFiCalLib 创建 iCal 文件。
Something I have seen in the past is that after the person has registered for the event, a link is given, something like:
The link goes to an .ical file, which Lotus Notes (as well as Outlook, and various other calendaring clients) can use to add the event to the user's calendar. You can create an iCal file using CFiCalLib.
这是完全有可能的。
在过去的 12 年里,我已经完成了大量直接的 Coldfusion - Notes 集成,较新版本的 Notes 应该有许多集成点(脚本、代理、COM 等)来创建/编辑日历事件。
亚当的角度可能对你来说足够好,我会尝试一下。如果您正在寻找更直接的东西(直接在 Coldfusion 和 Notes 服务器之间,如共享点),也有一些选择。
It's totally possible.
I've done a lot of direct Coldfusion - Notes integration in the past 12 years and the newer versions of Notes should have many integration points (scripts, agents, COM, etc) to create/edit calendar events.
Adam's angle might be good enough for you, I'd try that out. If you're looking for something to be a little more direct (between the coldfusion and notes server directly, like sharepoint), there's options as well.