简体   繁体   English

使用Notes API for Java传递iCal

[英]Passing iCal using Notes API for Java

I am using Lotus Domino 9.0.1. 我正在使用Lotus Domino 9.0.1。 I want integrate Domino with my application.Is there any API(method) for passing the iCal using Notes API.Usecase what i am trying is all the CRUD opertions on normal as well as Recurrence meeting. 我想将Domino与我的应用程序集成。是否有用于使用Notes API传递iCal的任何API(方法)。用例我正在尝试的是正常会议和递归会议上的所有CRUD操作。

There are at least two ways to create a calendar event from iCalendar input: 1) You can use the Notes Java back-end classes -- specifically the NotesCalendar.createEntry() method, or 2) You can use the REST calendar API -- specifically calendar events POST . 至少有两种方法可以通过iCalendar输入创建日历事件:1)您可以使用Notes Java后端类-特别是NotesCalendar.createEntry()方法,或2)您可以使用REST日历API-特别是日历事件POST

You can do all the other CRUD operations with both the back-end classes and REST. 您可以使用后端类和REST来执行所有其他CRUD操作。 One advantage of REST is that it works "remotely". REST的优点之一是它可以“远程”运行。 Your application doesn't need Notes or Domino installed locally to use the REST API. 您的应用程序不需要在本地安装Notes或Domino即可使用REST API。 Based on your other questions on StackOverflow, I think you want to use the REST API. 基于您对StackOverflow的其他问题,我认为您想使用REST API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM