<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ConflictResolverClass</key>
	<string>CalendarsConflictResolver</string>
	<key>DataClasses</key>
	<array>
		<dict>
			<key>Category</key>
			<string>Personal Data</string>
			<key>ImagePath</key>
			<string>com.apple.Calendars.icns</string>
			<key>Name</key>
			<string>com.apple.Calendars</string>
			<key>LongName</key>
			<string>com.apple.Calendars.LongName</string>
		</dict>
	</array>
	<key>Entities</key>
	<array>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>identity</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>ExcludeFromDataChangeAlert</key>
			<true/>
			<key>IdentityProperties</key>
			<array>
				<string>identity</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.CalendarOrder</string>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>this will give the order of the calendars</string>
					<key>DeleteRule</key>
					<string>nullify</string>
					<key>Name</key>
					<string>calendars</string>
					<key>Ordering</key>
					<string>weak</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Calendar</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>subscription_url</string>
					<key>Type</key>
					<string>url</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>title</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>url</string>
					<key>Type</key>
					<string>url</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>notes</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>read only</string>
					<key>Type</key>
					<string>boolean</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
						<key>PreferredClientTypes</key>
						<array> 
							<string>server</string>
							<string>device</string>
							<string>app</string>
							<string>peer</string>
						</array>
					</dict>
					<key>Name</key>
					<string>color</string>
					<key>Type</key>
					<string>color</string>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>title</string>
				<string>read only</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.Calendar</string>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link between Calendar and Event</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Event</string>
							<key>RelationshipName</key>
							<string>calendar</string>
						</dict>
					</array>
					<key>Name</key>
					<string>events</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Event</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link between Calendar and Task</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Task</string>
							<key>RelationshipName</key>
							<string>calendar</string>
						</dict>
					</array>
					<key>Name</key>
					<string>tasks</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Task</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>CompoundIdentityProperties</key>
			<array>
				<array>
					<string>calendar</string>
					<string>summary</string>
					<string>start date</string>
				</array>
				<array>
					<string>main event</string>
					<string>original date</string>
				</array>
			</array>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>original date</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>summary</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>url</string>
					<key>Type</key>
					<string>url</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>description</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>location</string>
					<key>Type</key>
					<string>string</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>Name</key>
					<string>start date</string>
					<key>Type</key>
					<string>calendar date</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>Name</key>
					<string>end date</string>
					<key>Type</key>
					<string>calendar date</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>Name</key>
					<string>all day</string>
					<key>Type</key>
					<string>boolean</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>status</string>
					<key>Type</key>
					<string>string</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>exception dates</string>
					<key>Subtype</key>
					<string>calendar date</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>priority</string>
					<key>Type</key>
					<string>number</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
					<key>Name</key>
					<string>classification</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>invitationId</string>
					<key>Type</key>
					<string>string</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>invitationSequence</string>
					<key>Type</key>
					<string>number</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>invitationTimestamp</string>
					<key>Type</key>
					<string>date</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>floatingGMTDate</string>
					<key>Type</key>
					<string>calendar date</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>floatingOffset</string>
					<key>Type</key>
					<string>number</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>calendar</string>
				<string>summary</string>
				<string>start date</string>
				<string>main event</string>
				<string>original date</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.Event</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>start date</string>
					<string>end date</string>
					<string>all day</string>
				</array>
				<array>
					<string>floatingGMTDate</string>
					<string>floatingOffset</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Back mapping from an Event to its enclosing Calendar</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Calendar</string>
							<key>RelationshipName</key>
							<string>events</string>
						</dict>
					</array>
					<key>Name</key>
					<string>calendar</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Calendar</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from event or task to recurrence</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Recurrence</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>recurrences</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Recurrence</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from event to audio alarm</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.AudioAlarm</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>audio alarms</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.AudioAlarm</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from event to mail alarm</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.MailAlarm</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>mail alarms</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.MailAlarm</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from event to display alarm</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.DisplayAlarm</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>display alarms</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.DisplayAlarm</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from event to organizer</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Organizer</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>organizer</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Organizer</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from event to attendee</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Attendee</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>attendees</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Attendee</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>link to detached events</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Event</string>
							<key>RelationshipName</key>
							<string>main event</string>
						</dict>
					</array>
					<key>Name</key>
					<string>detached events</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Event</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>parent of detached events</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Event</string>
							<key>RelationshipName</key>
							<string>detached events</string>
						</dict>
					</array>
					<key>Name</key>
					<string>main event</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Event</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>original date</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>summary</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>url</string>
					<key>Type</key>
					<string>url</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredClientTypes</key>
						<array>
							<string>app</string>
						</array>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>description</string>
					<key>Type</key>
					<string>string</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>Name</key>
					<string>completion date</string>
					<key>Type</key>
					<string>calendar date</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>Name</key>
					<string>start date</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>due date is date only</string>
					<key>Type</key>
					<string>boolean</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>Name</key>
					<string>due date</string>
					<key>Type</key>
					<string>calendar date</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>status</string>
					<key>Type</key>
					<string>string</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>exception dates</string>
					<key>Subtype</key>
					<string>calendar date</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>priority</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>classification</string>
					<key>Type</key>
					<string>string</string>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>LastModified</string>
					</dict>
				</dict>
			</array>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>calendar</string>
				<string>summary</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.Task</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>due date</string>
					<string>due date is date only</string>
				</array>
				<array>
					<string>completion date</string>
					<string>status</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Back mapping from an Task to its enclosing Calendar</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Calendar</string>
							<key>RelationshipName</key>
							<string>tasks</string>
						</dict>
					</array>
					<key>Name</key>
					<string>calendar</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Calendar</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from task to recurrence</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Recurrence</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>recurrences</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Recurrence</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from task to audio alarm</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.AudioAlarm</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>audio alarms</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.AudioAlarm</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from task to mail alarm</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.MailAlarm</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>mail alarms</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.MailAlarm</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from task to display alarm</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.DisplayAlarm</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>display alarms</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.DisplayAlarm</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from task to organizer</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Organizer</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>organizer</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Organizer</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Link from task to attendee</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Attendee</string>
							<key>RelationshipName</key>
							<string>owner</string>
						</dict>
					</array>
					<key>Name</key>
					<string>attendees</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Attendee</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>link to detached tasks</string>
					<key>DeleteRule</key>
					<string>cascade</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Task</string>
							<key>RelationshipName</key>
							<string>main task</string>
						</dict>
					</array>
					<key>Name</key>
					<string>detached tasks</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>many</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Task</string>
					</array>
				</dict>
				<dict>
					<key>Comment</key>
					<string>parent of detached tasks</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>EntityName</key>
							<string>com.apple.calendars.Task</string>
							<key>RelationshipName</key>
							<string>detached tasks</string>
						</dict>
					</array>
					<key>Name</key>
					<string>main task</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<false/>
					<key>Target</key>
					<array>
						<string>com.apple.calendars.Task</string>
					</array>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>frequency</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>until</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>count</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>interval</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>bymonth</string>
					<key>Subtype</key>
					<string>number</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>byweeknumber</string>
					<key>Subtype</key>
					<string>number</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>byyearday</string>
					<key>Subtype</key>
					<string>number</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>bymonthday</string>
					<key>Subtype</key>
					<string>number</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>bydayfreq</string>
					<key>Subtype</key>
					<string>number</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>bydaydays</string>
					<key>Subtype</key>
					<string>string</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>bysetpos</string>
					<key>Subtype</key>
					<string>number</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>weekstartday</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>A recurrence definition</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>owner</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.Recurrence</string>
			<key>Parent</key>
			<string>owner</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>bydayfreq</string>
					<string>bydaydays</string>
					<string>frequency</string>
					<string>until</string>
					<string>count</string>
					<string>interval</string>
					<string>bymonth</string>
					<string>byweeknumber</string>
					<string>byyearday</string>
					<string>bymonthday</string>
					<string>bysetpos</string>
					<string>weekstartday</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link from Recurrence to Owner</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>RelationshipName</key>
							<string>recurrences</string>
						</dict>
					</array>
					<key>Name</key>
					<string>owner</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>triggerdate</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>triggerduration</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>repeat count</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>repeat interval</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>description</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>summary</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>sound</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>Alarm that produces a sound</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>owner</string>
				<string>triggerdate</string>
				<string>triggerduration</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.AudioAlarm</string>
			<key>Parent</key>
			<string>owner</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>triggerdate</string>
					<string>triggerduration</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link from Audio Alarm to Owner</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>RelationshipName</key>
							<string>audio alarms</string>
						</dict>
					</array>
					<key>Name</key>
					<string>owner</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>triggerdate</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>triggerduration</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>repeat count</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>repeat interval</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>description</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>summary</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>recipients</string>
					<key>Subtype</key>
					<string>string</string>
					<key>Type</key>
					<string>array</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>Alarm that sends a mail</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>recipients</string>
				<string>owner</string>
				<string>triggerdate</string>
				<string>triggerduration</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.MailAlarm</string>
			<key>Parent</key>
			<string>owner</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>triggerdate</string>
					<string>triggerduration</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link from Mail Alarm to Owner</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>RelationshipName</key>
							<string>mail alarms</string>
						</dict>
					</array>
					<key>Name</key>
					<string>owner</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>triggerdate</string>
					<key>Type</key>
					<string>calendar date</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>triggerduration</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>repeat count</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>repeat interval</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>description</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>Alarm that displays a message</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>description</string>
				<string>owner</string>
				<string>triggerdate</string>
				<string>triggerduration</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.DisplayAlarm</string>
			<key>Parent</key>
			<string>owner</string>
			<key>PropertyDependencies</key>
			<array>
				<array>
					<string>triggerdate</string>
					<string>triggerduration</string>
				</array>
			</array>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link from Display Alarm to Owner</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>RelationshipName</key>
							<string>display alarms</string>
						</dict>
					</array>
					<key>Name</key>
					<string>owner</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>directory entry</string>
					<key>Type</key>
					<string>url</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>common name</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>email</string>
					<key>Type</key>
					<string>string</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>Organizer definition</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>email</string>
				<string>owner</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.Organizer</string>
			<key>Parent</key>
			<string>owner</string>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link from Organizer to Owner</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>RelationshipName</key>
							<string>organizer</string>
						</dict>
					</array>
					<key>Name</key>
					<string>owner</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>directory entry</string>
					<key>Type</key>
					<string>url</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>common name</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>email</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>user type</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>role</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>status</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>rsvp</string>
					<key>Type</key>
					<string>boolean</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>delegatedto</string>
					<key>Subtype</key>
					<string>string</string>
					<key>Type</key>
					<string>array</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>delegatedfrom</string>
					<key>Subtype</key>
					<string>string</string>
					<key>Type</key>
					<string>array</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>Attendee definition</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>email</string>
				<string>owner</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.Attendee</string>
			<key>Parent</key>
			<string>owner</string>
			<key>Relationships</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Link from Attendee to Owner</string>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>InverseRelationships</key>
					<array>
						<dict>
							<key>RelationshipName</key>
							<string>attendees</string>
						</dict>
					</array>
					<key>Name</key>
					<string>owner</string>
					<key>Ordering</key>
					<string>none</string>
					<key>Ordinality</key>
					<string>one</string>
					<key>Required</key>
					<true/>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Attributes</key>
			<array>
				<dict>
					<key>Name</key>
					<string>displayName</string>
					<key>Required</key>
					<true/>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>login</string>
					<key>Required</key>
					<true/>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>fullName</string>
					<key>Type</key>
					<string>string</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>principalURL</string>
					<key>Required</key>
					<true/>
					<key>Type</key>
					<string>url</string>
				</dict>
				<dict>
					<key>Name</key>
					<string>useKerberos</string>
					<key>Type</key>
					<string>boolean</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>refreshInterval</string>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>order</string>
					<key>Required</key>
					<true/>
					<key>Type</key>
					<string>number</string>
				</dict>
				<dict>
					<key>AutomaticConflictResolutionPolicy</key>
					<dict>
						<key>PreferredRecord</key>
						<string>Client</string>
					</dict>
					<key>ExcludeFromDataChangeAlert</key>
					<true/>
					<key>Name</key>
					<string>isAutoDiscovery</string>
					<key>Type</key>
					<string>boolean</string>
				</dict>
			</array>
			<key>Comment</key>
			<string>CalDAV Account</string>
			<key>DataClass</key>
			<string>com.apple.Calendars</string>
			<key>IdentityProperties</key>
			<array>
				<string>principalURL</string>
			</array>
			<key>Name</key>
			<string>com.apple.calendars.CalDAVAccount</string>
		</dict>
	</array>
	<key>Name</key>
	<string>com.apple.Calendars</string>
	<key>MajorVersion</key>
	<integer>1</integer>
	<key>MinorVersion</key>
	<string>2</string>
	<key>UIHelperClass</key>
	<string>CalendarsUIHelper</string>
</dict>
</plist>
