Google Calendar Delphi Component Version History

  • GCDC 4.1 Sep 30, 2022

    Added: Ability to add Google Meet conferences to events

    Fixed: Couple of minor issues

  • GCDC 4.0 Aug 25, 2022

    Added: Switch from a legacy OAuth out-of-band (OOB) flow to a more secure loopback redirect URI - http://localhost:{port}

  • GCDC 3.9.4 Mar 23, 2022

    Fixed: Error "Cannot change ID for this event" when updating certain types of events

  • GCDC 3.9.3 Mar 10, 2022

    Improved: Removal of multiple events at once is much faster now as it happens in batches (<=50 events per batch)

  • GCDC 3.9.2 Jan 18, 2022

    Fixed: Clearing up of an access token from the previous connection when swithing accounts and setting up another refresh token during the same sesstion

  • GCDC 3.9.1 Nov 18, 2021

    Improved: Return value is now Nil for the functions that exited without assigning any value to the results

  • GCDC 3.9 Nov 04, 2021

    Added: Delphi 11 Alexandria support

  • GCDC 3.8 Aug 23, 2021

    Added: Ability to work with the default Calendar reminders

  • GCDC 3.7 Apr 12, 2021

    Added: New authorization method via the auto-call feature from the default browser in the system

    Improved: Removed the legacy authorization method through the Delphi's TWebBrowser component not supported by Google anymore

  • GCDC 3.6 Aug 04, 2020

    Added: Delphi 10.4 Sydney support

  • GCDC 3.5.2 Apr 17, 2020

    Fixed: Inability of the component to correctly handle timestamps with invalid dates (i.e. "0000-12-31T00:00:00.000Z")

  • GCDC 3.5.1 Feb 04, 2020

    Improved: Authentication through the Delphi's TWebBrowser component, when the latest available IE rendering engine in the system is chosen for best experience

  • GCDC 3.5 Jan 21, 2019

    Added: Delphi 10.3 Rio support

  • GCDC 3.43 Oct 30, 2018

    Improved: Compatibility with the TLS protocol versions 1.2 and 1.3

  • GCDC 3.42 Sep 27, 2018

    Improved: Secure connection support via HTTP proxy (a proxy server needs to support SSL)

  • GCDC 3.41 May 11, 2018

    Improved: Recurring events will now be included in the specified date range even if the first event in the series is out of that range

  • GCDC 3.4 Feb 26, 2018

    Added: Ability to work with exceptions to recurring events

    Fixed: Couple of minor bugs

  • GCDC 3.3 May 10, 2017

    Added: Delphi 10.2 Tokyo support

  • GCDC 3.2 May 03, 2017

    Added: Ability to attach Google Drive files to events

  • GCDC 3.12 Feb 22, 2017

    Couple of fixes and improvements related to the compiled demo version

  • GCDC 3.11 Feb 14, 2017

    Improved: Compiled demo example UI for better understanding

    Fixed: 404 Error after deleting some calendars

  • GCDC 3.1 Sep 15, 2016

    Added: A new type of authorization (much simpler for the end user) through Delphi’s TWebBrowser

  • GCDC 3.0 Jun 15, 2016

    Added: Delphi 10.1 Berlin support

  • GCDC 2.91 Mar 07, 2016

    Improved: Now component determines the default account time zone and uses it for creation of new calendars

  • GCDC 2.9 Dec 21, 2015

    Added: Delphi 10 Seattle support

  • GCDC 2.8 Dec 01, 2015

    Added: Creation time property for events

    Added: Ability to store and use access token session with other Google Delphi components

    Added: Condition to delete events by their IDs only

    Improved: StartMin and StartMax event parameters are now optional (allows you to query for all events before or after a set date)

  • GCDC 2.71 Apr 27, 2015

    Fixed: Couple of problems with Unicode for Delphi 2006 and older Delphi versions

    Fixed: A minor issue with the "EIdHTTPProtocolException HTTP/1.1 Gone" error on Delphi XE2

  • GCDC 2.7 Jan 06, 2015

    Added: Incremental synchronization for more efficient use of resources

    Added: Ability to load calendars by specifying their IDs

    Added: Procedure to move an event to another calendar

    Added: Ability to get the user's access role for the particular calendar

    Added: Primary calendar identification

  • GCDC 2.6 Nov 07, 2014

    Added: Delphi XE7 support

  • GCDC 2.5 Oct 09, 2014

    Added: Ability to specify IDs for new single or recurring events

    Fixed: Couple of very minor issues

  • GCDC 2.41 Aug 08, 2014

    Fixed: Issue related to batch storing of changes to Google Calendar

  • GCDC 2.4 Jul 07, 2014

    Added: Delphi XE6 support

  • GCDC 2.3 Feb 14, 2014

    Added: Support of HTTP, HTTPS, SOCKS4, SOCKS5 proxy servers

  • GCDC 2.2 May 16, 2013

    Added: New method that allows loading only modified events since specified date/time

    Added: New property for getting last updated date and time of an event

  • GCDC 2.1 Apr 02, 2013

    Added: Ability to get events by specifying their IDs

    Added: Ability to delete events using their IDs

  • GCDC 2.01 Dec 04, 2012

    Fixed: Error when trying to list events form an empty calendar

  • GCDC 2.0 Nov 13, 2012

    Added: Google Calendar API v3 support

    Added: Ability to make calendars public

    Added: Support for calendar and events colors

    Added: Feature to add guests for events

    Added: Calendar filtering rules based on user's access rights

  • GCDC 1.03 Feb 23, 2012

    Fixed: Problem with getting events from calendars other than the default one when using specified date range

  • GCDC 1.02 Jan 13, 2012

    Fixed: Couple of errors occurring during creation, editing or removal of Google calendars

  • GCDC 1.01 Dec 24, 2011

    Improved: Google now allows setting any intervals for the reminders and not just select from the list of predefined values

    Fixed: Issue with the Privacy property when it was not possible to set an event’s confidentiality to Private

  • GCDC 1.0 Dec 01, 2011

    Initial release

Contents

GCDC 4.1Sep 30, 2022

GCDC 4.0Aug 25, 2022

GCDC 3.9.4Mar 23, 2022

GCDC 3.9.3Mar 10, 2022

GCDC 3.9.2Jan 18, 2022

GCDC 3.9.1Nov 18, 2021

GCDC 3.9Nov 04, 2021

GCDC 3.8Aug 23, 2021

GCDC 3.7Apr 12, 2021

GCDC 3.6Aug 04, 2020

GCDC 3.5.2Apr 17, 2020

GCDC 3.5.1Feb 04, 2020

GCDC 3.5Jan 21, 2019

GCDC 3.43Oct 30, 2018

GCDC 3.42Sep 27, 2018

GCDC 3.41May 11, 2018

GCDC 3.4Feb 26, 2018

GCDC 3.3May 10, 2017

GCDC 3.2May 07, 2017

GCDC 3.12Feb 22, 2017

GCDC 3.11Feb 14, 2017

GCDC 3.1Sep 15, 2016

GCDC 3.0Jun 15, 2016

GCDC 2.91Mar 07, 2016

GCDC 2.9Dec 21, 2015

GCDC 2.8Dec 01, 2015

GCDC 2.71Apr 27, 2015

GCDC 2.7Jan 06, 2015

GCDC 2.6Nov 07, 2014

GCDC 2.5Oct 08, 2014

GCDC 2.41Aug 08, 2014

GCDC 2.4Jul 07, 2014

GCDC 2.3Feb 14, 2014

GCDC 2.2May 16, 2013

GCDC 2.1Apr 02, 2013

GCDC 2.01Dec 04, 2012

GCDC 2.0Nov 13, 2012

GCDC 1.03Feb 23, 2012

GCDC 1.02Jan 13, 2012

GCDC 1.01Dec 24, 2011

GCDC 1.0Dec 01, 2011