本文介绍了如何创建一个ics-File?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想创建一个可以创建新事件并将其发送给其他人的应用程序。
所以我认为有可能创建一个EKEvent的文件并通过电子邮件将其发送出去。
I want to make a app which can create a new event and send it to other persons.So I thought it might be possible to create an ics-File of an EKEvent and send it away via email.
但我不知道如何从EKEvent创建这样的文件。
它是如何运作的?
But I don't know how to create such a file from an EKEvent.How does it work?
谢谢。
推荐答案
我想我迟到了,但是......我找到了一个将EKEvent转换为.ics文件的类别。我还没有测试过:
I suppose I'm late, but... I found a category that converts an EKEvent to an .ics file. I haven't tested yet: https://github.com/mysterioustrousers/EKEventToiCal
这篇关于如何创建一个ics-File?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!