GCal Pro – How to Properly Configure the Google OAuth Client

The Google Calendar Pro add-on for Simple Calendar uses OAuth to connect securely to Google. In turn this allows access to both private and public calendars and additional display features such as event colors, attendees and attachments. Don’t have the add-on yet? Get the Google Calendar Pro add-on here. Setting up an Google OAuth client is […]

Read More

Troubleshooting Memory Errors

If you run into memory errors after installing the plugin try running through these steps. 1 Try adding this line to your wp-config.php file: define(‘WP_MEMORY_LIMIT’, ’64M’); 2 If you don’t have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 64M 3 If you have access to your PHP.ini file, change the […]

Read More

Updating From Google Calendar Events 2.4.0 to Simple Calendar 3.x

Updating From Google Calendar Events to Simple Calendar Until version 2.4.0 Simple Calendar was known as Google Calendar Events. The name change brought by version 3.0.0 is a hint that many things changed as well in the plugin itself, both under and above the hood. Particular care was put in making things backwards compatible. However, […]

Read More

Simple Calendar Global Settings

Simple Calendar uses global settings to handle certain features or preferences. To review the plugin settings click on the Settings menu item in the WordPress admin dashboard menu. You need to be a WordPress administrator to access this page. The settings are subdivided into tabs.   Event Sources Manage options and settings for your events sources. […]

Read More