Provider for Google Calendar Version History
46 versions
Be careful with old versions!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
Version 102.0.3
* fix: Save cached listener in accordance with bug 1768992
* fix: Remove compatibility layers for Thunderbird 101 and below
* fix: Update for bug 1667455 - Services globally available
* fix: Use localhost for OAuth2 instead of removed OOB mechanism
* fix: Remove compatibility layers for Thunderbird 101 and below
* fix: Update for bug 1667455 - Services globally available
* fix: Use localhost for OAuth2 instead of removed OOB mechanism
- Source code released under Mozilla Public License, version 2.0
Version 102.0.0
Bug Fixes
Correctly do partial task sync (cb8dc66)
Correctly set document title for migration dialog (d9dec28), closes #398
Persist forcing plain text (98a90ee), closes #412
Remove unnecessary URL import (581effb)
Update for bug 1690390 - Parameters of NotificationBox appendNotification changed (4e89b40)
Update for bug 1693873 - Use async calendar operations (92bc1d8)
Update for bug 1759768 - Changed calendar service getters (e6c674c)
Features
Mitigate rate limit exceeded errors by disabling calendars (b0942c0)
Show error message in new calendar wizard (34347a6)
Correctly do partial task sync (cb8dc66)
Correctly set document title for migration dialog (d9dec28), closes #398
Persist forcing plain text (98a90ee), closes #412
Remove unnecessary URL import (581effb)
Update for bug 1690390 - Parameters of NotificationBox appendNotification changed (4e89b40)
Update for bug 1693873 - Use async calendar operations (92bc1d8)
Update for bug 1759768 - Changed calendar service getters (e6c674c)
Features
Mitigate rate limit exceeded errors by disabling calendars (b0942c0)
Show error message in new calendar wizard (34347a6)
- Source code released under Mozilla Public License, version 2.0
Version 91.0.4
Re-use same key as 91.0.2 to avoid rate limit exceeded errors
- Source code released under Mozilla Public License, version 2.0
Version 91.0.3
Bug Fixes
Correctly display activity manager stats (5b73f70)
Save settings under the correct key (6f01889), closes #312
Features
Add an option to force use of plain text for descriptions (08b4c4c), closes #316
Correctly display activity manager stats (5b73f70)
Save settings under the correct key (6f01889), closes #312
Features
Add an option to force use of plain text for descriptions (08b4c4c), closes #316
- Source code released under Mozilla Public License, version 2.0
Version 91.0.2
Bug Fixes
Accept if Calendars or Tasks are disabled in G Suite (a2bfe48), closes #65
Avoid asking for changes when none have been made (8226cd7), closes #11
Correctly include organizer as attendee (f05f6c9), closes #62
Correctly set cookie exceptions to make logins work (ecc6781), closes #43
Don't show the migration dialog again when cancelled (faf2124)
Make sure sync prefs are available at startup (18acb63)
Port bug 1687612 - Fix new account OAuth window to be E10s capable. (44a563a)
Properly display HTML from description (6625aba)
Refresh completed/hidden tasks as well (3a0cf1a), closes #72
Remove error about aRequest.name not being implemented (3e0162e)
Resolve cyclic dependency and incorrect parameters in freebusy service calls (d5c72bb), closes #147
Still detect code if redirect is redirected to https (c5e1090), closes #227
Trailing slash on completion URI (dad61c9)
Use a different port number to avoid collisions (5a57421), closes #240
Use migrated preferences instead of purged legacy prefs (8a86dd5), closes #191
Use oob mechanism for OAuth instead (6b243be), closes #240
Features
Go back to the session page if auth dialog is canceled (4969f6f)
Invalidate session when password is removed (abd16b1)
Options UI for invitations options (abc3a41)
Roundtrip color id so it is not removed (90121ab), closes #236
Accept if Calendars or Tasks are disabled in G Suite (a2bfe48), closes #65
Avoid asking for changes when none have been made (8226cd7), closes #11
Correctly include organizer as attendee (f05f6c9), closes #62
Correctly set cookie exceptions to make logins work (ecc6781), closes #43
Don't show the migration dialog again when cancelled (faf2124)
Make sure sync prefs are available at startup (18acb63)
Port bug 1687612 - Fix new account OAuth window to be E10s capable. (44a563a)
Properly display HTML from description (6625aba)
Refresh completed/hidden tasks as well (3a0cf1a), closes #72
Remove error about aRequest.name not being implemented (3e0162e)
Resolve cyclic dependency and incorrect parameters in freebusy service calls (d5c72bb), closes #147
Still detect code if redirect is redirected to https (c5e1090), closes #227
Trailing slash on completion URI (dad61c9)
Use a different port number to avoid collisions (5a57421), closes #240
Use migrated preferences instead of purged legacy prefs (8a86dd5), closes #191
Use oob mechanism for OAuth instead (6b243be), closes #240
Features
Go back to the session page if auth dialog is canceled (4969f6f)
Invalidate session when password is removed (abd16b1)
Options UI for invitations options (abc3a41)
Roundtrip color id so it is not removed (90121ab), closes #236
- Source code released under Mozilla Public License, version 2.0
Version 91.0.1
## [91.0.1](https://github.com/kewisch/gdata-provider/compare/v91.0.0...v91.0.1) (2021-09-01)
### Bug Fixes
* Port bug 1687612 - Fix new account OAuth window to be E10s capable. ([44a563a](https://github.com/kewisch/gdata-provider/commit/44a563a478e47f9c31e8c686998d445824a9b0a4))
# [91.0.0](https://github.com/kewisch/gdata-provider/compare/v78.0.1...v91.0.0) (2021-08-30)
### Bug Fixes
* Compatibility with Thunderbird 91 ([957b242](https://github.com/kewisch/gdata-provider/commit/957b2428194b9b6c41f2a3aa827ed667a5acf902))
* Replace `create...` by `new ...` after 1659558 (fix [#112](https://github.com/kewisch/gdata-provider/issues/112)) ([f5d4fc6](https://github.com/kewisch/gdata-provider/commit/f5d4fc65cc09403b90c76aba52415432be567f9b))
### Bug Fixes
* Port bug 1687612 - Fix new account OAuth window to be E10s capable. ([44a563a](https://github.com/kewisch/gdata-provider/commit/44a563a478e47f9c31e8c686998d445824a9b0a4))
# [91.0.0](https://github.com/kewisch/gdata-provider/compare/v78.0.1...v91.0.0) (2021-08-30)
### Bug Fixes
* Compatibility with Thunderbird 91 ([957b242](https://github.com/kewisch/gdata-provider/commit/957b2428194b9b6c41f2a3aa827ed667a5acf902))
* Replace `create...` by `new ...` after 1659558 (fix [#112](https://github.com/kewisch/gdata-provider/issues/112)) ([f5d4fc6](https://github.com/kewisch/gdata-provider/commit/f5d4fc65cc09403b90c76aba52415432be567f9b))
- Source code released under Mozilla Public License, version 2.0
Version 78.0.2
## [78.0.2](https://github.com/kewisch/gdata-provider/compare/v78.0.1...v78.0.2) (2021-08-29)
### Bug Fixes
* Limit compatibility to 78 to work around ATN bug ([602fe6d](https://github.com/kewisch/gdata-provider/commit/602fe6d08b16b481dbfd4efd3f34ebf24f4f4368))
* Avoid failure in saveReminder if defaultReminders is undefined ([f6e3bab](https://github.com/kewisch/gdata-provider/commit/f6e3babf9de0911a9b7aa3a58f3493cc79694c60))
### Bug Fixes
* Limit compatibility to 78 to work around ATN bug ([602fe6d](https://github.com/kewisch/gdata-provider/commit/602fe6d08b16b481dbfd4efd3f34ebf24f4f4368))
* Avoid failure in saveReminder if defaultReminders is undefined ([f6e3bab](https://github.com/kewisch/gdata-provider/commit/f6e3babf9de0911a9b7aa3a58f3493cc79694c60))
- Source code released under Mozilla Public License, version 2.0
Version 78.0.1
* Compatibility with Thunderbird 78 ([86bb9ef](https://github.com/kewisch/gdata-provider/commit/86bb9ef918535ec0c5a1c425d7fa42f69ea20668))
* Correct the path to the icon in manifest.json ([50bc09c](https://github.com/kewisch/gdata-provider/commit/50bc09ca1147b4e4018a1133ba3f3dc6d039d7b4))
* Correct use of i18n placeholders ([9f1dfb7](https://github.com/kewisch/gdata-provider/commit/9f1dfb73ea2db57e9818ac234243ba14bcff2103))
* Import other locales ([0f32516](https://github.com/kewisch/gdata-provider/commit/0f325169e8e92ec2afb57bc5a2eb80d8c1470995))
* Suppress error messages from the browserRequest window ([d4bfb0d](https://github.com/kewisch/gdata-provider/commit/d4bfb0d659418a1dd751d19d1117311ac9f6630c))
* Correct the path to the icon in manifest.json ([50bc09c](https://github.com/kewisch/gdata-provider/commit/50bc09ca1147b4e4018a1133ba3f3dc6d039d7b4))
* Correct use of i18n placeholders ([9f1dfb7](https://github.com/kewisch/gdata-provider/commit/9f1dfb73ea2db57e9818ac234243ba14bcff2103))
* Import other locales ([0f32516](https://github.com/kewisch/gdata-provider/commit/0f325169e8e92ec2afb57bc5a2eb80d8c1470995))
* Suppress error messages from the browserRequest window ([d4bfb0d](https://github.com/kewisch/gdata-provider/commit/d4bfb0d659418a1dd751d19d1117311ac9f6630c))
- Source code released under Mozilla Public License, version 2.0
Version 68.2.1
* Fixed "Malformed auth code" error (#23)
- Source code released under Mozilla Public License, version 2.0
Version 1.0.4
- Bug 1130902 - Notifications are now correctly sent when modifying events
- Bug 1126338 - Fixed creating events without an organizer but with attendees
- Bug 1128258 - Fixed an error in the attendees dialog with "entry.interval is undefined"
- Bug 1127247 - Correctly create events in UTC timezone
- Bug 1124154 - Wait for parsing to complete before completing synchronization
- Bug 1116227 - Fix incorrectly defined string shims
- Bug 1101175 - Improve invitations handling
- Bug 1117339 - Thunderbird 24 doesn't support using Promise as a constructor
- Bug 1110881 - Google login popup gives no context
- Bug 1117540 - Fixed setting default alarm props on calendars without default alarm
- Bug 1117340 - Task lists now work for calendar entries without a calendar (regression)
- Bug 1117341 - Outdated client message shown when using obsolete token
- Source code released under Mozilla Public License, version 2.0
Version 1.0.3
- Compatibility for Postbox 3
- Recurring events no longer disappear when modified
- Recurring alarms are correctly snoozed.
- Fixed error "this.mDeferred is null" when login fails
- Removed lots of debugging messages
- Improved module filesystem layout
- Back Button in new calendar wizard no longer causes double-subscriptions
- Fix bug 1061363 - Syncing Lightning w/GDATA Provider blocks UI thread.
- Fix bug 1103637 - Calendars get disabled when in offline mode
- Fix bug 1082478 - Use application locale when showing OAuth window.
- Fix bug 1085287 - Invalid time zone definition for start time.
- Fix bug 1083934 - Google calendar provider ignores default new event/task reminder setting.
If you continue to experience issues with events no longer showing, please file a bug or visit the support forum.
- Source code released under Mozilla Public License, version 2.0
Version 1.0.2
- Users were confused because the new calendar wizard changed, added descriptive text.
- Refresh intervals smaller than 30 minutes are prohibited due to quota issues
- Calendar is no longer refreshed when user is idle
- Bumped number of results per request from 50 to 1000
- Various issues w.r.t. showing correct messages on quota or login errors
- Source code released under Mozilla Public License, version 2.0
Version 1.0.1
The Provider for Google Calendar 1.0 is a complete rewrite of the previous version and now uses v3 of the Google Calendar API.
The main new feature is tasks support. If you have previously been using the Provider for Google Calendar, the main calendar per account will automatically use the default tasks list. If you are missing a calendar or tasks list, you can use the new calendar selection dialog to add it to your calendars list.
Unfortunately this version is English only. More locales will be added as soon as the code has been pushed to the Mozilla repositories and the localizers catch up.
Version 1.0.1 fixes a few issues that users have had from the now removed version 1.0. If you experience any issues with this release, please feel free to visit the support site.
The main new feature is tasks support. If you have previously been using the Provider for Google Calendar, the main calendar per account will automatically use the default tasks list. If you are missing a calendar or tasks list, you can use the new calendar selection dialog to add it to your calendars list.
Unfortunately this version is English only. More locales will be added as soon as the code has been pushed to the Mozilla repositories and the localizers catch up.
Version 1.0.1 fixes a few issues that users have had from the now removed version 1.0. If you experience any issues with this release, please feel free to visit the support site.
- Source code released under Mozilla Public License Version 1.1
Version 0.9
This version fixes the following bug:
bug 735619 - Event is moved from original calendar to primary Google calendar upon editing (regression)."
bug 735619 - Event is moved from original calendar to primary Google calendar upon editing (regression)."
- Source code released under Mozilla Public License Version 1.1
Version 0.8
This version of the Provider for Google Calendar REQUIRES a Lightning version between 1.0b4 and 1.0b7. Lightning 1.0b7 REQUIRES Thunderbird 7 or Seamonkey 2.4.
Sunbird 1.0b1 users, please click on "View All Versions" and and make use of the Provider for Google Calendar 0.6b1.
This version is translated into the same locales that are shipped with Lightning 1.0b7. If you would like to use the Provider with a later version of Lightning, you need to use a Provider nightly from the Mozilla FTP Servers.
For compatibility between Lightning and Thunderbird, please see the Calendar Versions page
Note that it is not possible to accept an invitation received via email onto your Google Calendar. To correctly use invitations, please be sure to enable the "Automatically add invitations to my calendar" option, invitations will then automatically be shown in the application's invitation manager or in the calendar views.
Sunbird 1.0b1 users, please click on "View All Versions" and and make use of the Provider for Google Calendar 0.6b1.
This version is translated into the same locales that are shipped with Lightning 1.0b7. If you would like to use the Provider with a later version of Lightning, you need to use a Provider nightly from the Mozilla FTP Servers.
For compatibility between Lightning and Thunderbird, please see the Calendar Versions page
Note that it is not possible to accept an invitation received via email onto your Google Calendar. To correctly use invitations, please be sure to enable the "Automatically add invitations to my calendar" option, invitations will then automatically be shown in the application's invitation manager or in the calendar views.
- Source code released under Mozilla Public License Version 1.1
Version 0.7.1
This version of the Provider for Google Calendar REQUIRES Lightning 1.0b2. Lightning 1.0b2 REQUIRES Thunderbird 3.1 or later.
Sunbird 1.0b1 users, please visit the "previous versions" section and make use of the Provider for Google Calendar 0.6b1.
This version is translated into the same locales that are shipped with Lightning 1.0b2. If you would like to use the Provider with a 1.0b3pre version, you need to use a Provider nightly from :
ftp://ftp.mozilla.org/pub/calendar/lightning/nightly/latest-comm-1.9.2/
The same goes for 1.1a1pre, you'll need the Provider nightly from:
ftp://ftp.mozilla.org/pub/calendar/lightning/nightly/latest-comm-central/
Note that it is not possible to accept an invitation received via email onto your Google Calendar. To correctly use invitations, please be sure to enable the "Automatically add invitations to my calendar" option, invitations will then automatically be shown in the application's invitation manager or in the calendar views.
Version 0.7.1 is identical to 0.7 but adds support for Postbox and Lightning Inverse Edition.
Sunbird 1.0b1 users, please visit the "previous versions" section and make use of the Provider for Google Calendar 0.6b1.
This version is translated into the same locales that are shipped with Lightning 1.0b2. If you would like to use the Provider with a 1.0b3pre version, you need to use a Provider nightly from :
ftp://ftp.mozilla.org/pub/calendar/lightning/nightly/latest-comm-1.9.2/
The same goes for 1.1a1pre, you'll need the Provider nightly from:
ftp://ftp.mozilla.org/pub/calendar/lightning/nightly/latest-comm-central/
Note that it is not possible to accept an invitation received via email onto your Google Calendar. To correctly use invitations, please be sure to enable the "Automatically add invitations to my calendar" option, invitations will then automatically be shown in the application's invitation manager or in the calendar views.
Version 0.7.1 is identical to 0.7 but adds support for Postbox and Lightning Inverse Edition.
- Source code released under Mozilla Public License Version 1.1
To create your own collections, you must have a Mozilla Add-ons account.