---
title: "Developer"
source: "https://docs.nexcess.com/category/developer/"
description: "Includes Understanding Provisional Event IDs in The Events Calendar, Using The Events Calendar REST API, Events Calendar Post Meta Keys, Querying Events and Using WP-CLI with The Events Calendar. 9 articles."
taxonomy: "category"
articles: "9"
---

# Developer

Includes Understanding Provisional Event IDs in The Events Calendar, Using The Events Calendar REST API, Events Calendar Post Meta Keys, Querying Events and Using WP-CLI with The Events Calendar. 9 articles.

## Articles

- [Understanding Provisional Event IDs in The Events Calendar](https://docs.nexcess.com/software/the-events-calendar/provisional-event-ids.md): In The Events Calendar, especially when working with recurring events or the custom tables system, you may encounter an ID that looks like a Post ID but is much…
- [Using The Events Calendar REST API](https://docs.nexcess.com/software/the-events-calendar/event-tickets-rest-api.md): The Events Calendar and Event Tickets include a built-in REST API that lets you read, create, update, and delete event data from outside WordPress — whether fro…
- [Events Calendar Post Meta Keys](https://docs.nexcess.com/software/the-events-calendar/wordpress-post-meta.md): These are The Events Calendar's WordPress Post Meta (also known as WordPress Custom Fields) keys and values as they appear in the post_meta database table. Thes…
- [Querying Events](https://docs.nexcess.com/software/the-events-calendar/query-events.md): Sometimes it is handy to query for and list events outside of existing views, or in places where widgets and shortcodes are unsuitable. Because events are a cus…
- [Using WP-CLI with The Events Calendar](https://docs.nexcess.com/software/the-events-calendar/wp-cli.md): If you're managing a site powered by our calendar and tickets plugin, using WP-CLI (WordPress Command Line Interface) can save you significant time when managin…
- [Using Composer with The Events Calendar](https://docs.nexcess.com/software/the-events-calendar/composer.md): Any of our premium plugins work with Composer, allowing developers to install and manage them as dependencies in a development environment. This is a convenient…
- [Configuring The Events Calendar With Constants](https://docs.nexcess.com/software/the-events-calendar/constants.md): Every time WordPress runs, a number of key settings are loaded into memory, such as details about how to connect to the database. These settings are generally d…
- [Customize The Events Calendar Settings with the Tribe Settings API](https://docs.nexcess.com/software/the-events-calendar/tribe-settings-api.md): If you're writing a custom add-on, a site-specific plugin, or a code snippet that extends The Events Calendar or Event Tickets, the Tribe Settings API gives you…
- [Adding a Custom Event Status](https://docs.nexcess.com/software/the-events-calendar/custom-event-status.md): Events created with The Events Calendar can have 3 statuses out of the box, which is also supported by the Schema.org event schema. Scheduled - this is the defa…
