To install the latest version of this extension, you should remove extension from your instance, then go to the database you are using either through the CLI in MySQL or in phpMyAdmin and run the following query for execution:
Code:
ALTER TABLE google_calendar_event ADD deleted TINYINT(1) DEFAULT 0, CHANGE id id VARCHAR(17) CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci`;
Leave a comment: