0159.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Show Google Calendar in Mozilla Thunderbird</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Free Software,Freeware,Mozilla,Thunderbird,Mozilla Thunderbird,Google,Gmail,Google Calendar,Calendar,Google Calendar Thunderbird Integration,Show Google Calendar In Thunderbird,Email Client,ICal,Gmail Integration,Google Calendar Integration,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Show Google Calendar in Mozilla Thunderbird">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="08/07/2022 04:21:46 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Show Google Calendar in Mozilla Thunderbird</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Open a web browser and navigate to https://gmail.com</li>
  27. <li>Login with your gmail account</li>
  28. <li>Click on the Google apps icon &gt; Calendar</li>
  29. <li>Click on the gear icon &gt; Settings</li>
  30. <li>Select the calendar to display in Thunderbird under the Settings for my calendars heading in the left navigation</li>
  31. <li>Scroll down toward the bottom of the page to find the Secret address in iCal format</li>
  32. <li>Copy this URL</li>
  33. <li>Launch Thunderbird</li>
  34. <li>If the Lightning calendar extension is not already installed, go to Tools &gt; Add-ons &gt; Search for Lightning &gt; Click Add to Thunderbird to install the extension</li>
  35. <li>Open the Calendar</li>
  36. <li>Right click on the Calendar navigation area &gt; New Calendar...</li>
  37. <li>Select On the Network &gt; Next</li>
  38. <li>Select iCaldendar (ICS) and paste the Google Calendar URL copied earlier in the location field &gt; Click Next</li>
  39. <li>Give the calendar a name and set the color &gt; Click Next</li>
  40. <li>Click Finish</li>
  41. <li>Wait for a few seconds as the Google Calendar events populate into Thunderbird</li>
  42. </ol> </div>
  43. </div>
  44. </body>
  45. </html>