Meetings
Create, update, delete, and query the Meetings module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| My_Favorite | Bool | False |
Whether the meeting is a favorite for the user. |
| Following | Bool | False |
Whether the user is following this meeting. |
| Id [KEY] | String | False |
The unique identifier for the meeting. |
| Name | String | False |
The meeting name. |
| Date_Entered | Datetime | True |
The date the record was created. |
| Date_Modified | Datetime | True |
The date the record was last modified. |
| Modified_User_Id | String | True |
The Id of the user who last modified the record. |
| Modified_By_Name | String | True |
The user name of the user who last modified the record. |
| Created_By | String | True |
The Id of the user who created the record. |
| Created_By_Name | String | True |
The user name of the user who created the record. |
| Doc_Owner | String | False |
The document owner. |
| User_Favorites | String | False |
The user favorites for the record. |
| Description | String | False |
Full text of the note. |
| Deleted | Bool | False |
The record deletion indicator. |
| Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
| Assigned_User_Name | String | False |
The user name of the user assigned to the record. |
| Team_Id | String | False |
The Id of the primary team. |
| Team_Set_Id | String | False |
The Id of the team set. |
| Team_Count | String | False |
The count of the team set. |
| Team_Name | String | False |
The name of the primary team. |
| Accept_Status | String | False |
The accept status for the meeting. |
| Set_Accept_Links | String | False |
The accept links for the meeting. |
| Location | String | False |
The location of the meeting. |
| Password | String | False |
The password of the meeting. |
| Join_Url | String | False |
The join URL. |
| Host_Url | String | False |
The host URL. |
| Displayed_Url | String | False |
The meeting URL. |
| Creator | String | False |
The meeting creator. |
| External_Id | String | False |
The meeting Id for the external app API. |
| Duration_Hours | Int | False |
The duration (hours). |
| Duration_Minutes | String | False |
The duration (minutes). |
| Date_Start | String | False |
Date of the start of the meeting. |
| Date_End | String | False |
Date the meeting ends. |
| Parent_Type | String | False |
Module the meeting is associated with. |
| Status | String | False |
Meeting status (e.g., Planned, Held, or Not held). |
| Type | String | False |
Meeting type (e.g., WebEx, or Other). |
| Direction | String | False |
Whether the call is inbound or outbound. |
| Parent_Id | String | False |
Id of the parent Sugar item. |
| Reminder_Checked | Bool | False |
Whether or not the reminder value is set. |
| Reminder_Time | String | False |
Specifies when a reminder alert should be issued: -1 means no alert; otherwise the number of seconds prior to the start. |
| Email_Reminder_Checked | Bool | False |
Whether or not the email reminder value is set. |
| Email_Reminder_Time | String | False |
Specifies when a email reminder alert should be issued: -1 means no alert; otherwise the number of seconds prior to the start. |
| Email_Reminder_Sent | Bool | False |
Whether the email reminder is already sent. |
| Outlook_Id | String | False |
When the Sugar Plug-in for Microsoft Outlook syncs an Outlook appointment, this is the Outlook appointment item Id. |
| Sequence | Int | False |
Meeting update sequence for meetings as per iCalendar standards. |
| Contact_Name | String | False |
The name of the associated contact. |
| Parent_Name | String | False |
The name of the associated parent Sugar module. |
| Accept_Status_Users | String | False |
The user accept status. |
| Contact_Id | String | False |
The Id of the associated contact. |
| Repeat_Type | String | False |
Type of a recurring meeting. |
| Repeat_Interval | Int | False |
The interval of a recurring meeting. |
| Repeat_Dow | String | False |
The day of week of a meeting. |
| Repeat_Until | Datetime | False |
Repeat until the specified date. |
| Repeat_Count | Int | False |
Number of recurrences. |
| Repeat_Parent_Id | String | False |
Id of the first element of recurring records. |
| Recurring_Source | String | False |
Source of recurring meeting. |
| Duration | String | False |
Duration handler dropdown. |
| Send_Invites | Bool | False |
Whether or not to send out invites. |