Description
CalGet provides a seamless way to add to calendar integration to any WordPress site. With the block editor component, you can easily add and customize “Add to Calendar” buttons for your visitors.
Key Features
- Multiple Calendar Support: Generate buttons for popular calendar services including Google Calendar, Apple Calendar, Office 365, Outlook, Yahoo, and downloadable ICS files.
- Customizable Appearance: Adjust colors, corner roundness, and whether to display icons alongside button text.
- Block Editor Integration: Simple drag-and-drop interface in the WordPress block editor.
- Modern Design: Clean, responsive buttons that match your site’s aesthetic.
Calendar Services Supported
- Google Calendar
- Apple Calendar
- Microsoft Office 365
- Microsoft Outlook
- Yahoo Calendar
- ICS File Download (compatible with most calendar apps)
External Services
This plugin connects to the external CalGet API (https://calget.com) to function. Here’s how it’s used:
- Service Used: CalGet
- API Endpoint Base:
https://calget.com/api/wp/v1/
- Purpose: The CalGet API is used to:
- Fetch your calendars and existing events to select from within the block editor.
- Create new calendar events directly from the block editor.
- Retrieve the necessary links for each “Add to Calendar” button (Google, Apple, etc.) for rendering on the frontend.
- Verify your API key and fetch team/subscription information for the settings page and editor notices.
- Data Sent:
- API Key: Your CalGet API key (obtained from calget.com) is sent with every request for authentication.
- Calendar/Event Selection: When selecting calendars or events in the editor, the relevant IDs are sent.
- New Event Details: When creating a new event via the block editor, the details you enter (title, description, dates, location, timezone, etc.) are sent to the API.
- Block Attributes: When rendering the buttons on the frontend, the selected event ID and calendar ID might be sent if the links weren’t saved with the block.
- Frequency: API calls occur when:
- Loading the block editor for the “Add to Calendar Button” block (fetching calendars, events, team info).
- Changing the selected calendar in the editor (fetching events).
- Saving a new event created within the editor.
- Loading a page containing the rendered block on the frontend (potentially fetching event links).
- Loading the plugin settings page (fetching team info, verifying API key).
- Terms and Privacy: Use of the CalGet service is subject to their Terms of Service and Privacy Policy.
- Terms of Service: https://calget.com/terms
- Privacy Policy: https://calget.com/privacy
An active CalGet account and API key are required for this plugin to fetch event data and generate calendar links.
By using this plugin, you agree to the terms and privacy policy of CalGet. A CalGet account and API key are required for the plugin to function.
Third Party Services Tracking
This plugin does not track any user data or include any tracking mechanisms.
Screenshots
Blocks
This plugin provides 1 block.
- Add to Calendar Button
Installation
- Upload the
calget
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to Settings > Add to Calendar : CalGet
- Create a CalGet account at CalGet.com if you don’t have one
- Enter your API key from CalGet.com in the settings page
- Add the “Add to Calendar Button” block to any post or page
- Select an existing calendar event or create a new one
- Customize the appearance and save
FAQ
-
Do I need a CalGet account?
-
Yes, you need to create an account at CalGet.com to get an API key and access the calendar services.
-
No, you can create as many calendar buttons as you need.
-
Is there a limit on how many events I can create?
-
Yes, the free plan is limited to 50 calendar adds per event. For higher usage limits and additional features, check out our premium plans at CalGet.com/pricing.
-
Yes, you can change the color, adjust the corner roundness from square to rounded, and choose whether to display icons alongside button text.
-
Which calendar services are supported?
-
Google Calendar, Apple Calendar, Microsoft Office 365, Microsoft Outlook, Yahoo Calendar, and downloadable ICS files (compatible with most calendar apps).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Add to Calendar Button – CalGet” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Add to Calendar Button – CalGet” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
1.0.1
- Button style adjustments