calendar EntityType
Description: Calendar used by the scheduling system to define when an appointment or activity is to occur.
Entity Set path: [organization URI]/api/data/v8.0/calendars
Base Type: crmbaseentity EntityType
Display Name: Calendar
Primary Key: calendarid
Primary Name Attribute: name
Properties
Single-valued navigation properties
Collection-valued navigation properties
Operations bound to calendar
Operations using the calendar entity type.
Properties
Properties represent fields of data stored in the entity. Some properties are not writable.
Name | Type | Details |
---|---|---|
_businessunitid_value |
Edm.Guid |
Description: Unique identifier of the business unit with which the calendar is associated. Computed property Read-only property |
_createdby_value |
Edm.Guid |
Description: Unique identifier of the user who created the calendar. Computed property Read-only property |
_createdonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who created the calendar. Computed property Read-only property |
_holidayschedulecalendarid_value |
Edm.Guid |
Description: Holiday Schedule CalendarId Computed property Read-only property |
_modifiedby_value |
Edm.Guid |
Description: Unique identifier of the user who last modified the calendar. Computed property Read-only property |
_modifiedonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who last modified the calendar. Computed property Read-only property |
_organizationid_value |
Edm.Guid |
Description: Unique identifier of the organization with which the calendar is associated. Computed property Read-only property |
calendarid |
Edm.Guid |
Description: Unique identifier of the calendar. Display Name: Calendar |
createdon |
Edm.DateTimeOffset |
Description: Date and time when the calendar was created. Display Name: Created On Read-only property |
description |
Edm.String |
Description: Calendar used by the scheduling system to define when an appointment or activity is to occur. Display Name: Description |
isshared |
Edm.Boolean |
Description: Calendar is shared by other calendars, such as the organization calendar. Default Options: 1 : Yes Display Name: Is Shared |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the calendar was last modified. Display Name: Modified On Read-only property |
name |
Edm.String |
Description: Name of the calendar. Display Name: Name |
primaryuserid |
Edm.Guid |
Description: Unique identifier of the primary user of this calendar. Display Name: Primary User |
type |
Edm.Int32 |
Description: Calendar type, such as User work hour calendar, or Customer service hour calendar. Default Options: 0 : Default Display Name: Calendar type |
versionnumber |
Edm.Int64 |
Description: Read-only property |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced.
Name | Type | Partner |
---|---|---|
businessunitid |
business_unit_calendars |
|
createdby |
lk_calendar_createdby |
|
createdonbehalfby |
lk_calendar_createdonbehalfby |
|
holidayschedulecalendarid |
calendar_customercalendar_holidaycalendar |
|
modifiedby |
lk_calendar_modifiedby |
|
modifiedonbehalfby |
lk_calendar_modifiedonbehalfby |
|
organizationid |
organization_calendars |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
BusinessUnit_Calendar |
calendarid |
|
Calendar_Annotation |
objectid_calendar |
|
Calendar_AsyncOperations |
regardingobjectid_calendar |
|
Calendar_BulkDeleteFailures |
regardingobjectid_calendar |
|
calendar_calendar_rules |
calendarid |
|
calendar_customercalendar_holidaycalendar |
holidayschedulecalendarid |
|
calendar_equipment |
calendarid |
|
calendar_organization |
businessclosurecalendarid_calendar |
|
calendar_services |
calendarid_calendar |
|
calendar_system_users |
calendarid |
|
inner_calendar_calendar_rules |
innercalendarid |
|
slabase_businesshoursid |
businesshoursid |
Operations bound to calendar
The following operations are bound to the calendar entity type.
Name | Bound to |
---|---|
Entity |
Operations using the calendar entity type.
The following operations use the calendar entity type in a parameter or return type.
Name | How used | Description |
---|---|---|
entity Parameter |
Converts the calendar rules to an array of available time blocks for the specified period. |
関連項目
他のリソース
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.