We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
您可以使用 iCal4j
You could use iCal4j
您要求某种 Web 服务,我不知道有哪一种,但如果您使用 .NET,则可以使用此库创建您自己的服务:
http://www.codeproject.com/KB/vb/vcalendar.aspx
You asked for a webservice of some sort, and I do not know of one, but if you are using .NET, you can create your own using this library:
http://www.codeproject.com/KB/vb/vcalendar.aspx
也许您可以选择生成一封电子邮件并将其发送给用户,其中包含您想要添加的约会。通过这样做,您:
Maybe it's an option for you to generate and send an e-mail to the user containing the appointments you want the to add. By doing this you:
我刚刚使用了 DDay.iCal ,它适用于 C#。您可以在此处查看一些文档如何从
.ics
文件读取/解析,这就是我用来创建新文件的内容,检查它在 Outlook 和 iOS 电子邮件应用程序上是否有效:您可以使用其他几个属性,尽管我只需要这些
I just used DDay.iCal which works fine for C#. You can see some documentation here on how to read/parse from an
.ics
file, and this is what i used to create a new file, checked it works on Outlook and on the iOS email application:you can use several other properties, although I only needed these
您可以使用 http://sourceforge.net/ 下载 iCal4J项目/ical4j/files/iCal4j/1.0/ical4j-1.0.zip/download
You can download iCal4J using http://sourceforge.net/projects/ical4j/files/iCal4j/1.0/ical4j-1.0.zip/download