Although not a plugin, an easy solution I have used in the past is to create a new static page and in the HTML editor, followed the instructions for http://www.google.com/support/calendar/bin/answer.py?answer=41207
You could also follow those instructions for inserting into a theme directly (say, in a side-bar).
Edit: This was for showing off to my client what times I’m already booked (Following the embed tutorial on that link, clients could see what times were already booked but not the actual details). Clients would then use a contact form below requesting the date and time. I believe I used http://wordpress.org/extend/plugins/contact-form-7/ for the form with custom options.
Related Posts:
- “Add Media” button in custom plugin
- Disabled plugins are they security holes – rumor or reality?
- Automatically install wordpress plugin at theme activation
- How to run Two WordPress blogs with different themes and with single database and same content
- “Donate to this plugin” for WordPress.org Plugin Authors
- When coding a WordPress theme, where does the theme (i.e. the presentation) end and the plugin (i.e. the functionality) begin?
- Core framework/helpers for logging stuff?
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- How to handel multiple checkbox field in the admin settings page with Settings API
- Are orders of magnitude used for “Active Installs”?
- How to show custom message once on plugin activation?
- How to notify users of blog updates a la Admin Plugin Update notifications?
- How can I force a “404 Not Found” error
- How do I configure WordPress to talk to a Microsoft SQL Server database?
- Files being generated in multiple directories supposedly by WordPress (advanced_settings.php and common_config.php)
- plugin shortcodes not working on custom theme- unsure how to fix
- Is there a plugin that allows a user of your site to get an email from you with an attachment?
- Code in theme functions.php faster than with a plugin?
- API to filter new user registration $POST data?
- Set cookie then immediantly refresh the page
- Is there a plugin that makes extnernal links open in new window, BUT [closed]
- plugings request url is the old url
- How to remove duplicate Custom Fields?
- Calling a plugin in theme development
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- ‘Customize’ button in admin bar for CSS
- Saving Custom Post types and fields to a custom table
- How to Create a Custom Plugin Permalink
- WooCommerce shop page orderby [closed]
- How to create user groups and allow custom posts and plugin modify/access to specific group?
- How can I disable the multisite feature of WordPress 3.0?
- How to translate __(”) strings in admin [closed]
- Breadcrumb NavXT plugin – exclude ‘home’ page
- trying to get user info in plugin
- How to delete page by deactivating plugin
- Customize permalink wordpress category id
- Take input from form and pass it to function using a wp-plugin
- Re use the list table for a custom post type on another page
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Stop Plugin Enumeration [closed]
- Hook into existing tinyMCE button
- Magic Fields gives error File ___ doesn’t exist?
- Help in using SEO Plugins: SEO Ultimate And Yoast SEO Plugin
- Setting Up PHP Workflow in WordPress
- How can I exclude a dynamic URL to show a popup created using ‘WordPress Popup’ plugin
- How can I apply a WP filter on specific plugin version
- How to create Admin Notice from Plugin with argument? [duplicate]
- Can I do in-page changes binding events/triggers to actions in WordPress?
- Can inactive WordPress plugins still load scripts?
- Plugin main file is constantly been fired on every website visit
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Where should custom post types be registered in a plugin?
- plugin uninstall function drop the tables, but shows errors on admin
- How to use template inside plugin shortcode with variables for big HTML code
- Changing the Organize Series Listing Pages
- Way to send multiple values for column to MySQL?
- What’s the right way to implement functions in footer.php
- Getting a list of the published posts
- Showing the results of a search (made through a 3rd party search provider) inside an article
- Do rewrites added with add_rewrite_rule() persist after plugin deletion?
- Our plugin tags not appearing in WordPress Plugin Repository
- wp_mail – using a custom field value
- How to add a custom form to a plugin’s setting page
- apply_filters(woocommerce_get_item_data, …) Causing errors when adding to cart
- How to add logo to a WordPress Custom Plugin?
- Using OR Condition with facetwp facets
- insert og image link in wordpress post
- How to copy the all WordPress media items to another custom plugin folder?
- Bulk Edit Media Library alt, caption, image names
- Is it possible to place a WordPress widget into the main page layout?
- Plugin updated pushed with git break site
- Forbidden 403 Access to this resource on the server is denied
- Error on plugin activation and creating new page
- Child theme modifications not showing up
- Moving a few select DB tables to a new WP instance
- what’s different between wpdb->prefix and table_prefix
- User Following System
- How to get the total count of Favorite/Favorited authors
- Can Hosting affect a plugin from working properly?
- WP default file upload hook not working if used in a plugin
- My own metabox checkbox plugin only saves the last value I’ve checked
- Admin page and admin menu. Permissions plugin
- How to create a new database table whenever user changes options
- Plugin’s required JS not being inserted in my theme
- How to redirect from plugin page
- Display alt text as tool tip on page
- Gravity Forms Salesforce field mapping for custom objects
- Plugin:Read More Right Here , How to change the name (more…) to Read More
- How do I output user_registered time in my correct timezone?
- Ajax in Plugins: returns the whole page
- How do I locate specific file in a post that affects ssl?
- Looking for Plugin that displays Facebook group’s photos [closed]
- Publishing tweets from wordpress [closed]
- How to change prices per number ordered in WooCommerce [closed]
- How do I put a word-press blog into my static site without installing wordpress on server?
- Translate text for empty product
- WP asking for ftp credentials when deleting plugin
- How to add a simple design in classic editor plugin creating post page through another Wp plugin
- How to fix Fatal error: Cannot redeclare get_cli_args() in class-wp-importer.php
- Is there any performance difference between duplicating composer packages among multiple plugins and not doing it? How can I avoid it?