meeting-calendar icon indicating copy to clipboard operation
meeting-calendar copied to clipboard

The plugin powering https://make.wordpress.org/meetings/

Results 44 meeting-calendar issues
Sort by recently updated
recently updated
newest added

Hi! First, thank you for this wonderful project, I always wanted to build one for a side project and to get to use one is wonderful. Following my talk with...

enhancement

The posts queries from the plugin are uncached and can sometimes be "expensive" comparatively to other queries due to their complexity. Example query, which takes >5ms on WordPress.org: ``` SELECT...

r16032-dotorg: ``` Meetings: Add shortcode processing to text widgets ``` ``` Index: includes/wporg-meeting-posttype.php =================================================================== --- includes/wporg-meeting-posttype.php (revision 16031) +++ includes/wporg-meeting-posttype.php (revision 16032) @@ -34,6 +34,10 @@ add_action( 'admin_bar_menu', array( $mpt,...

I know there's a route to download an ICS file for a specific team `meetings-$team.ics`, like all of the `core` teams, but for those who only want a single team...

`get_meeting_data()` assumes that the REST server returns some meetings, and json encodes its response. This results in an internal error message in the `data-meetings` attribute, and JS console errors on...

bug

The custom API endpoints are currently in `/wp/v2/meetings/`. They should not live in the core wp namespace.

Missing fields are currently handled poorly. They either result in some info being omitted on the front end (eg if the meeting title is empty), or errors (if the date...

bug

The API is present (see #37) but there is no UI. I'd suggest that users with the `edit_posts` capability should see a Cancel or Un-Cancel button in the detail modal(?)...

We should split the old class up into smaller files for the API, admin, etc. Use namespaces. And review naming, prefixes, and visibility.

enhancement

Add Featured Image support, for display in homepage cards on learn.wordpress.org, see https://github.com/WordPress/Learn/issues/2394