如何创建日历应用程序并与其他设备同步数据 [英] How to create calendar app and sync data with other devices

查看:84
本文介绍了如何创建日历应用程序并与其他设备同步数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,

我是新的uwp开发人员,我想知道有关创建具有所有功能的日历的任何教程,例如添加事件,事件通知,与其他同步没有云的设备(同步应该使用蓝牙等)

I am new uwp developer, I would like to know any tutorials on creating a calendar with all functionalities like, add event, event notification, syn with other devices without cloud (sync should be using bluetooth etc)

请帮帮我

推荐答案

你好,

欢迎来到MSDN UWP论坛。请根据此标记您的标题
文章
,让读者更清楚地了解平台和SDK目标。

Welcome to the MSDN UWP forum. Please tag your title based on this article to make platform and SDK target more clear to readers.

对于日历应用,请阅读以下内容:

For calendar app, please read the following:

日历视图

您可以查看以下示例以开始编程:

And you can check the following sample to start your programming on it:

https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/日历

对于通知,您应该在日历中设置项目,然后使用
预定 Toast 通知:
  https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Notifications.ScheduledToastNotification

For notification, you should set your item in your calendar and then use ScheduledToastNotificatio: https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Notifications.ScheduledToastNotification

为了在设备之间进行同步,那里有很多选择,也许你可以通过参考漫游数据和文件夹直接使用云。这是一个供您参考的博客: https:// blogs .windows.com / buildingapps / 2016/05/03 / getting-started-with-roaming-app-data /

For syncing up between devices, there are lots of choices, maybe you can directly use cloud by refer to roam data and folder. Here is a blog for your reference:https://blogs.windows.com/buildingapps/2016/05/03/getting-started-with-roaming-app-data/

祝你好运,

Barry


这篇关于如何创建日历应用程序并与其他设备同步数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆