如何read/write/update日历(IOS)和Google日历(Android)?
How to read/write/update the Calendar (IOS) and Google Calendar (Android)?
经用户许可。
我正在寻找一种在 Web 应用程序中操作用户设备日历的方法 (React/JS/AWS)。
类似于“Google 日历 API”,但也适用于 IOS“日历”。
read/write/update 最好的方法是什么?
您无法通过网络应用程序访问设备日历,您的网络应用程序将在无法访问设备的浏览器(Chrome、Mozilla、Opera 等)上 运行日历。
要实现你想要的,你需要构建一个本地应用程序,假设你已经知道反应,React Native would be a good place to start, and you can use this 库来实现你想要的
经用户许可。
我正在寻找一种在 Web 应用程序中操作用户设备日历的方法 (React/JS/AWS)。
类似于“Google 日历 API”,但也适用于 IOS“日历”。
read/write/update 最好的方法是什么?
您无法通过网络应用程序访问设备日历,您的网络应用程序将在无法访问设备的浏览器(Chrome、Mozilla、Opera 等)上 运行日历。
要实现你想要的,你需要构建一个本地应用程序,假设你已经知道反应,React Native would be a good place to start, and you can use this 库来实现你想要的