Description
Provides a custom post type for managing consultation session schedules (date and time, venue, reception status, and reservation URL).
This plugin does not handle reservation forms or reservation data itself; instead, each schedule holds a link to an existing external reservation system.
Usage
Registering a schedule
Open “Consultation Events” > “Add New”, enter a title, and fill in the “Consultation Event Details” fields before publishing.
- Date & Sort Order: the date (and, within the same day, the time used only for sort order). The time itself is not shown on the front end
- Time Note: a free-text field for the displayed time slot(s)
- Venue Name: the name of the venue
- Address: the address of the venue
- Map: a Google Maps link generated from the address
- Status: Open, Full, or Closed
- Reservation URL: the URL of the external reservation system
If a session has multiple time slots, enter them all as free text in “Time Note”. Reservations and capacity are not managed by this plugin.
Displaying the schedule on a web page
Add the “Consultation Event List” block in the block editor. Schedules are displayed in ascending order of date, and a reservation link is shown only for sessions with the “Open” status.
The block settings let you choose a list, table, or card layout. In the card layout, the date is shown on the left, the session details in the middle, and the featured image on the right. The date can be shown with the day of the week in one of three formats (for example September 6, 2026 (Sun), 2026/09/06 (Sun), or Sep 6 (Sun)). The “Time Note” field is shown as the displayed time slot. You can also toggle whether the detail link and the reservation link (for open sessions) are shown.
REST API
Published schedules are available through the standard REST API:
/wp-json/wp/v2/consultation_event
Custom fields are included in the response meta as start_at, time_note, location_name, location_address, status, and reservation_url. The Google Maps link is generated from location_address at display time.
Blocks
This plugin provides 1 block.
- 相談会日程一覧 相談会の日程一覧をWeb表示する動的ブロック。FSE(サイトエディタ)からも配置できます。
Installation
- Place the plugin in
wp-content/plugins/ototsugu-connector/. - Activate “Ototsugu Connector” from the WordPress admin “Plugins” screen.
- Register schedules from the “Consultation Events” admin menu.
- Add the “Consultation Event List” block to a page or template as needed.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Ototsugu Connector” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ototsugu Connector” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.0
- Initial release. Adds the consultation event custom post type, REST API exposure, the event list block, and automatic detail appending on single event posts.