12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Show Google Calendar in Mozilla Thunderbird</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Show Google Calendar in Mozilla Thunderbird">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="08/07/2022 04:21:46 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Show Google Calendar in Mozilla Thunderbird</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Open a web browser and navigate to https://gmail.com</li>
- <li>Login with your gmail account</li>
- <li>Click on the Google apps icon > Calendar</li>
- <li>Click on the gear icon > Settings</li>
- <li>Select the calendar to display in Thunderbird under the Settings for my calendars heading in the left navigation</li>
- <li>Scroll down toward the bottom of the page to find the Secret address in iCal format</li>
- <li>Copy this URL</li>
- <li>Launch Thunderbird</li>
- <li>If the Lightning calendar extension is not already installed, go to Tools > Add-ons > Search for Lightning > Click Add to Thunderbird to install the extension</li>
- <li>Open the Calendar</li>
- <li>Right click on the Calendar navigation area > New Calendar...</li>
- <li>Select On the Network > Next</li>
- <li>Select iCaldendar (ICS) and paste the Google Calendar URL copied earlier in the location field > Click Next</li>
- <li>Give the calendar a name and set the color > Click Next</li>
- <li>Click Finish</li>
- <li>Wait for a few seconds as the Google Calendar events populate into Thunderbird</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|