> 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 ## Resource: ScheduleBookmarks ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-events-v2/schedule-bookmarks/introduction.md ## Article Content: --- title: Introduction --- # Introduction > **Note**: This module is [universal](/api-overview/api-versions#universal-modules). Functions in this module can run on both the backend and frontend, unless specified otherwise. With the Schedule Bookmarks API you can allow members to mark their favorite [schedule items](https://dev.wix.com/docs/velo/api-reference/wix-events-v2/schedule/introduction.md) to curate their own personalized agenda for your event. With the Schedule Bookmarks API you can: - Create and delete bookmarks. - List all bookmarks per member. ## Before you begin It’s important to note the following points before starting to code: - Install the **Wix Events & Tickets** app from [Wix App Market](https://www.wix.com/app-market/web-solution/events). - To use the Schedule Bookmarks API, import `{ scheduleBookmarks }` from the `wix-events.v2` module: ```javascript import { scheduleBookmarks } from 'wix-events.v2'; ``` ## Terminology - **Schedule**: A structured plan or timetable that outlines the sequence of activities, presentations, performances, or sessions scheduled to occur during an event. - **Event**: A gathering organized by an individual or business for a group of people.