> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # [Velo](https://dev.wix.com/docs/api/get-menu-content?url=https%3A%2F%2Fdev.wix.com%2Fdocs%2Fvelo&format=markdown.md) ## [APIs](https://dev.wix.com/docs/velo/apis.md) ### [wix-events.v2](https://dev.wix.com/docs/velo/apis/wix-events-v2.md) #### [Schedule](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/introduction.md) - [addScheduleItem()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/add-schedule-item.md) - [deleteScheduleItem()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/delete-schedule-item.md) - [discardDraft()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/discard-draft.md) - [getScheduleItem()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/get-schedule-item.md) - [listScheduleItems()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/list-schedule-items.md) - [publishDraft()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/publish-draft.md) - [queryScheduleItems()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/query-schedule-items.md) - [rescheduleDraft()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/reschedule-draft.md) - [updateScheduleItem()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/update-schedule-item.md) ##### [ItemsQueryBuilder](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder.md) - [ascending()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/ascending.md) - [descending()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/descending.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/eq.md) - [find()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/find.md) - [ge()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/ge.md) - [gt()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/gt.md) - [le()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/le.md) - [limit()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/limit.md) - [lt()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/lt.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/ne.md) - [skipTo()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-builder/skip-to.md) ##### [ItemsQueryResult](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result.md) - [cursors](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/cursors.md) - [items](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/items.md) - [length](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/length.md) - [pageSize](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/page-size.md) - [query](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/query.md) - [hasNext()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/has-next.md) - [hasPrev()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/has-prev.md) - [next()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/next.md) - [prev()](https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule/items-query-result/prev.md)