Title: Ototsugu Connector
Author: HORIE Keisuke
Published: <strong>September 14, 2026</strong>
Last modified: September 14, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/ototsugu-connector.svg)

# Ototsugu Connector

 By [HORIE Keisuke](https://profiles.wordpress.org/j-kei/)

[Download](https://downloads.wordpress.org/plugin/ototsugu-connector.0.1.0.zip)

 * [Details](https://wordpress.org/plugins/ototsugu-connector/#description)
 * [Reviews](https://wordpress.org/plugins/ototsugu-connector/#reviews)
 *  [Installation](https://wordpress.org/plugins/ototsugu-connector/#installation)
 * [Development](https://wordpress.org/plugins/ototsugu-connector/#developers)

 [Support](https://wordpress.org/support/plugin/ototsugu-connector/)

## 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

 1. Place the plugin in `wp-content/plugins/ototsugu-connector/`.
 2. Activate “Ototsugu Connector” from the WordPress admin “Plugins” screen.
 3. Register schedules from the “Consultation Events” admin menu.
 4. 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.

Contributors

 *   [ HORIE Keisuke ](https://profiles.wordpress.org/j-kei/)

[Translate “Ototsugu Connector” into your language.](https://translate.wordpress.org/projects/wp-plugins/ototsugu-connector)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ototsugu-connector/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ototsugu-connector/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ototsugu-connector/)
by [RSS](https://plugins.trac.wordpress.org/log/ototsugu-connector/?limit=100&mode=stop_on_copy&format=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.

## Meta

 *  Version **0.1.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [events](https://wordpress.org/plugins/tags/events/)[nonprofit](https://wordpress.org/plugins/tags/nonprofit/)
   [rest-api](https://wordpress.org/plugins/tags/rest-api/)
 *  [Advanced View](https://wordpress.org/plugins/ototsugu-connector/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ototsugu-connector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ototsugu-connector/reviews/)

## Contributors

 *   [ HORIE Keisuke ](https://profiles.wordpress.org/j-kei/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ototsugu-connector/)