Sync from Android phone#39;s calendar to Google Calendar on web without using Google Calendar Data API. Is this possible?(在不使用 Google Calendar Data API 的情况下从 Android 手机的日历同步到 Web 上的 Google Calendar.这可能吗?)
问题描述
从网络上的 Google 日历帮助文档中指出:
From the Google Calendar Help document on the web, it is stated that::
用于移动设备的 Google 日历是否与 Google 日历同步?
回答:是的.从您的计算机访问时在 Google 日历中所做的更改将反映在移动版 Google 日历中.例如,如果您在计算机的浏览器中创建了一个新活动,该活动将在您下次从移动设备登录时自动出现在 Google 日历中.
Answer: Yes. Changes made in Google Calendar when accessed from your computer will be reflected in Google Calendar for mobile. For example, if you create a new event in your computer's browser, the event will automatically appear in Google Calendar the next time that you log in from your mobile device.
我已经尝试过了,我在网络上的 Google 日历中创建了一个任务并将其同步回我的本地默认日历应用程序(因为我已连接到手机中的 Google 帐户,我的同步工作正常).但是我的问题是如果我在本地日历应用程序中创建任务.可以显示在网络上的 Google 日历上吗?这里我说的是从移动到网络的同步.我不想使用谷歌日历数据 API 并实现它(那将是一个不同的场景.我什至可能不需要默认的日历应用程序.我可以编写一个简单的应用程序,可以将数据推送到网络上的谷歌日历.那是一个不同的故事或问题......).我问这个问题的原因是,我发现了一篇与 Google 私有日历 API 相关的帖子.
I have tried this, i created a task in the Google calendar on the web and synced it back to my local default calendar app(as i am connected to the Google account in my mobile, my sync is working fine).But my question is if i create a task in my Local calendar application. Can that appear on the Google Calendar on web. Here i am talking about a sync from Mobile to Web. I dont want to use the Google calendar Data API and achieve it(then it would be a different scenario. I may not even need a default calendar application. I can write a simple application which can push the data onto the Google Calendar on web. Well thats a different story or question...). The reason i am asking this question is, I found a post related to the Google private Calendar API.
使用 Android 日历
请不要错过简介.所以我想反向同步是可能的,但我不知道如何.任何帮助将不胜感激.
Please don't miss the Introduction. So i suppose it is possible for a reverse sync but i don't know how. Any help will be appreciated.
谢谢
推荐答案
一大早在android论坛上搜索这个问题.很高兴看到莱德发的下面这个帖子.
Early in the morning searched the android forums for this question. Felt very happy to see the following post made by Ryder.
现在整理一下,在进行活动时,我必须从顶部选择我的 Google 帐户,而不是默认的我的日历.现在绝对是一种享受.
Sorted it out now, when making an event I had to select my Google account from the top rather than the default my calendar. Works an absolute treat now.
立即测试.效果很好.现在无需处理 Google Calendar API.
Tested it instantly. Works great. No need of tackling with the Google Calendar API now.
谢谢大家
这篇关于在不使用 Google Calendar Data API 的情况下从 Android 手机的日历同步到 Web 上的 Google Calendar.这可能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在不使用 Google Calendar Data API 的情况下从 Android 手机的日历同步到 Web 上的 Google Calendar.这可能吗?
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01