搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Is there a way to sync google calendar with Lightning anymore?

  • 5 个回答
  • 19 人有此问题
  • 82 次查看
  • 最后回复者为 Ian_M

more options

The mozilla support page for syncing lightning with a google calendar says to use the xml link from google. (found here: https://support.mozilla.org/en-US/kb/using-lightning-google-calendar)

Google says it has discontinued supporting the xml feeds for the calendar. https://productforums.google.com/forum/#!msg/calendar/Z9SRXUh93xI/EodxtxgyAQAJ;context-place=forum/calendar

Is there another (easy!) way to make the two calendars sync, or does that keep them from being able to go both ways?

Thanks!

The mozilla support page for syncing lightning with a google calendar says to use the xml link from google. (found here: https://support.mozilla.org/en-US/kb/using-lightning-google-calendar) Google says it has discontinued supporting the xml feeds for the calendar. https://productforums.google.com/forum/#!msg/calendar/Z9SRXUh93xI/EodxtxgyAQAJ;context-place=forum/calendar Is there another (easy!) way to make the two calendars sync, or does that keep them from being able to go both ways? Thanks!

被采纳的解决方案

caldav is the way to go, it is better than XML in my view as well.

When you add your network calendar provide the gmail dav endpoint for your calendar as the URL

The Google dav URL is sort of hidden, but not that much so.

Click the down arrow beside the calendar name on Google. Select calendar settings In the calendar address on the page there is an ICAL and HTML icon. This is followed by the calendar ID.

The url to use is

https://apidata.googleusercontent.com/caldav/v2/The calendar ID from the web page/events So if your calederId was [email protected] The url would be https://apidata.googleusercontent.com/caldav/v2/[email protected]/events

定位到答案原位置 👍 12

所有回复 (5)

more options

选择的解决方案

caldav is the way to go, it is better than XML in my view as well.

When you add your network calendar provide the gmail dav endpoint for your calendar as the URL

The Google dav URL is sort of hidden, but not that much so.

Click the down arrow beside the calendar name on Google. Select calendar settings In the calendar address on the page there is an ICAL and HTML icon. This is followed by the calendar ID.

The url to use is

https://apidata.googleusercontent.com/caldav/v2/The calendar ID from the web page/events So if your calederId was [email protected] The url would be https://apidata.googleusercontent.com/caldav/v2/[email protected]/events

more options

Fantastic, thanks!

more options

The caldav works for google calendars that I own (thank you), but not those that I have editing rights but don't own. The calendar ID for this looks like [email protected] Is there a solution to this?

Also, how do I now sync with google tasks list as tasks do not have a visible ID of any sort.

I am using Lightning 4.0.5.1 and TB 38.5.1

more options

Matt said

caldav is the way to go, it is better than XML in my view as well. When you add your network calendar provide the gmail dav endpoint for your calendar as the URL The Google dav URL is sort of hidden, but not that much so. Click the down arrow beside the calendar name on Google. Select calendar settings In the calendar address on the page there is an ICAL and HTML icon. This is followed by the calendar ID. The url to use is https://apidata.googleusercontent.com/caldav/v2/The calendar ID from the web page/events So if your calederId was [email protected] The url would be https://apidata.googleusercontent.com/caldav/v2/[email protected]/events

After entering my url as per above instruction - I then get a pop-up asking for username & password. When I enter my Gmail details, they don't appear to be accepted but what does happen is, I get an email from google advising that an unsecure log in was attempted to my account. Any ideas ??

more options

Ian_M said

Matt said
caldav is the way to go, it is better than XML in my view as well. When you add your network calendar provide the gmail dav endpoint for your calendar as the URL The Google dav URL is sort of hidden, but not that much so. Click the down arrow beside the calendar name on Google. Select calendar settings In the calendar address on the page there is an ICAL and HTML icon. This is followed by the calendar ID. The url to use is https://apidata.googleusercontent.com/caldav/v2/The calendar ID from the web page/events So if your calederId was [email protected] The url would be https://apidata.googleusercontent.com/caldav/v2/[email protected]/events

After entering my url as per above instruction - I then get a pop-up asking for username & password. When I enter my Gmail details, they don't appear to be accepted but what does happen is, I get an email from google advising that an unsecure log in was attempted to my account. Any ideas ??

The above now works and I can log in without receiving the warning email and sync appointments both ways :-)

由Ian_M于修改