MyBB Documentation

mybb_events

The 1.6 Documentation is no longer maintained and some information may be outdated.

The MyBB 1.6 series reached end of life on October 1, 2015.

This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

Stores the calendar events

Field Type Null Key Default Description
eid int(10) No Primary Event ID
cid int(10) No 0 Calendar ID
uid int(10) No 0 User ID
name varchar(120) No Event title
description text No Description of the event
visible int(1) No 0 Status of the event (visible, unapproved)
private int(1) No Index 0 '1'/'0' indicating private event
dateline int(10) No 0 UNIX Timestamp of the time the event was created
starttime int(10) No Multiple 0 UNIX Timestamp of the time the event is scheduled to start
endtime int(10) No Multiple 0 UNIX Timestamp of the time the event is scheduled to end
timezone varchar(4) No 0 Time zone the event dates are scheduled for
ignoretimezone int(1) No 0 '1'/'0' indicating whether a user's time zone should be ignored when determining event times
usingtime int(1) No 0 '1'/'0' indicating whether an event has a specific start time
repeats text No 0 Information on when the event should be repeated

Indexes:

Keyname Type Cardinality Field
PRIMARY PRIMARY 0 eid
daterange INDEX None starttime, endtime
private INDEX None private
MyBB Documentation
Front End Index Page - Portal - Forum Display - Thread Display - Posting Threads and Replies - Searching - User CP - Member Profile - Private Messages - Calendar - Member List - Help Docs - Who Is Online - Lite (Archive) Mode - Forum Team - Statistics - RSS Syndication - Miscellaneous
Moderation Standard Thread Moderation - Inline Thread Moderation - Inline Post Moderation - Warning System
Mod CP Home - Forums and Posts - Users
Admin CP Home - Configuration - Forums & Posts - Users & Groups - Templates & Style - Tools & Maintenance
Templates & Themes Images - Postbit - Templates - Themes
Developer Database Methods - Database Tables
Miscellaneous Cookies - UTF8 Setup - Default Settings

Edit this page on GitHub