<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Calendar (iCal) Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/calendar-ical/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/calendar-ical/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Thu, 07 Mar 2013 16:30:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Calendar (iCal) Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/calendar-ical/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Use the system highlight color for &#8216;Today&#8217; in Calendar</title>
		<link>https://www.defaults-write.com/use-the-system-highlight-color-for-today-in-calendar/</link>
					<comments>https://www.defaults-write.com/use-the-system-highlight-color-for-today-in-calendar/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 19:00:17 +0000</pubDate>
				<category><![CDATA[Calendar (iCal)]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=992</guid>

					<description><![CDATA[<p>In OS X it&#8217;s possible to change the highlight color. You can do this in the General ▸ Appearance panel in System Preferences. The Calendar application doesn&#8217;t use the highlight color for &#8216;Today&#8217;. This uses the default color blue, you can enable the system highlight color for the today selection with the following command. defaults ... <a title="Use the system highlight color for &#8216;Today&#8217; in Calendar" class="read-more" href="https://www.defaults-write.com/use-the-system-highlight-color-for-today-in-calendar/" aria-label="Read more about Use the system highlight color for &#8216;Today&#8217; in Calendar">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/use-the-system-highlight-color-for-today-in-calendar/">Use the system highlight color for &#8216;Today&#8217; in Calendar</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In OS X it&#8217;s possible to change the highlight color. You can do this in the General ▸ Appearance panel in System Preferences. The Calendar application doesn&#8217;t use the highlight color for &#8216;Today&#8217;. This uses the default color blue, you can enable the system highlight color for the today selection with the following command. <span id="more-992"></span></p>
<pre lang="bash">defaults write com.apple.ical CalUIUseSystemHighlightColorForToday -bool TRUE</pre>
<p>Revert to default setting with:</p>
<pre lang="bash">defaults delete com.apple.ical CalUIUseSystemHighlightColorForToday</pre>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2013/01/markeringskleur-agenda-585x393.png?resize=585%2C393" alt="" title="markeringskleur-agenda" width="585" height="393" class="aligncenter size-medium wp-image-998" /></p>
<p>The post <a href="https://www.defaults-write.com/use-the-system-highlight-color-for-today-in-calendar/">Use the system highlight color for &#8216;Today&#8217; in Calendar</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/use-the-system-highlight-color-for-today-in-calendar/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">992</post-id>	</item>
		<item>
		<title>Calendar: Change the amount of days in week view (10.8)</title>
		<link>https://www.defaults-write.com/calendar-change-the-amount-of-days-in-week-view-calendar-10-8/</link>
					<comments>https://www.defaults-write.com/calendar-change-the-amount-of-days-in-week-view-calendar-10-8/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Sat, 24 Nov 2012 19:00:56 +0000</pubDate>
				<category><![CDATA[Calendar (iCal)]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=950</guid>

					<description><![CDATA[<p>It is possible in Mountain Lion&#8217;s Calendar app to change the numbers of days displayed in the week view. If you want to display 14 days in the week view use this command: defaults write com.apple.iCal CalUIDebugDefaultDaysInWeekView 14 Restart the Calendar app to make the changes effect. Restore the default setting: defaults write com.apple.iCal CalUIDebugDefaultDaysInWeekView ... <a title="Calendar: Change the amount of days in week view (10.8)" class="read-more" href="https://www.defaults-write.com/calendar-change-the-amount-of-days-in-week-view-calendar-10-8/" aria-label="Read more about Calendar: Change the amount of days in week view (10.8)">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/calendar-change-the-amount-of-days-in-week-view-calendar-10-8/">Calendar: Change the amount of days in week view (10.8)</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is possible in Mountain Lion&#8217;s Calendar app  to change the numbers of days displayed in the week view. If you want to display 14 days in the week view use this command: <span id="more-950"></span></p>
<pre lang="bash">defaults write com.apple.iCal CalUIDebugDefaultDaysInWeekView 14</pre>
<p>Restart the Calendar app to make the changes effect.</p>
<p>Restore the default setting:</p>
<pre lang="bash">defaults write com.apple.iCal CalUIDebugDefaultDaysInWeekView 7</pre>
<p>The post <a href="https://www.defaults-write.com/calendar-change-the-amount-of-days-in-week-view-calendar-10-8/">Calendar: Change the amount of days in week view (10.8)</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/calendar-change-the-amount-of-days-in-week-view-calendar-10-8/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">950</post-id>	</item>
		<item>
		<title>Change default appointment duration in iCal (Calendar)</title>
		<link>https://www.defaults-write.com/change-default-appointment-duration-in-ical-calendar/</link>
					<comments>https://www.defaults-write.com/change-default-appointment-duration-in-ical-calendar/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 10:00:59 +0000</pubDate>
				<category><![CDATA[Calendar (iCal)]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=360</guid>

					<description><![CDATA[<p>iCal has a feature whereby you can easily create new calendar appointments. Just click &#8216;+&#8217; at the top left of the window and start typing. For example, “Friday BBQ 20:00” will create an appointment on the next Friday at 8 pm and is called “BBQ”. iCal always create 60 minutes appointments. With the default write ... <a title="Change default appointment duration in iCal (Calendar)" class="read-more" href="https://www.defaults-write.com/change-default-appointment-duration-in-ical-calendar/" aria-label="Read more about Change default appointment duration in iCal (Calendar)">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/change-default-appointment-duration-in-ical-calendar/">Change default appointment duration in iCal (Calendar)</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>iCal has a feature whereby you can easily create new calendar appointments. Just click &#8216;+&#8217; at the top left of the window and start typing. For example, “Friday BBQ 20:00” will create an appointment on the next Friday at 8 pm and is called “BBQ”. <span id="more-360"></span></p>
<p>iCal always create 60 minutes appointments. With the default write command it is possible to change the default duration of appointments.</p>
<pre lang="bash">defaults write com.apple.iCal "Default duration in minutes for new event" -int 30</pre>
<p>Change the number at the of the command to the number of minutes you want events to last for. </p>
<p>Revert back to default with:</p>
<pre lang="bash">defaults delete com.apple.iCal "Default duration in minutes for new event"</pre>
<p>Screencast:</p>
<p><iframe title="How To Change The Default iCal Event Time" width="825" height="464" src="https://www.youtube.com/embed/EwmFU0X8SEU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/change-default-appointment-duration-in-ical-calendar/">Change default appointment duration in iCal (Calendar)</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/change-default-appointment-duration-in-ical-calendar/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">360</post-id>	</item>
		<item>
		<title>Access the Debug menu in iCal</title>
		<link>https://www.defaults-write.com/access-the-debug-menu-in-ical/</link>
					<comments>https://www.defaults-write.com/access-the-debug-menu-in-ical/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Fri, 03 Aug 2012 10:44:49 +0000</pubDate>
				<category><![CDATA[Calendar (iCal)]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=558</guid>

					<description><![CDATA[<p>In iCal you’ll have a debug menu. In these menu are advanced options or options used for troubleshooting that don’t need to be presented to users in everyday use of the tools. defaults write com.apple.iCal IncludeDebugMenu YES Revert to the default setting: defaults write com.apple.iCal IncludeDebugMenu NO Screencast:</p>
<p>The post <a href="https://www.defaults-write.com/access-the-debug-menu-in-ical/">Access the Debug menu in iCal</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In iCal you’ll have a debug menu. In these menu are advanced options or options used for troubleshooting that don’t need to be presented to users in everyday use of the tools. <span id="more-558"></span></p>
<pre lang="bash">defaults write com.apple.iCal IncludeDebugMenu YES</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.iCal IncludeDebugMenu NO</pre>
<p><strong>Screencast</strong>:<br />
<iframe title="OS X Tips and Tweaks: How to Enable Top Sekret iCal Feature: 14 and 28 day Week View" width="825" height="464" src="https://www.youtube.com/embed/soRgymm8cMA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/access-the-debug-menu-in-ical/">Access the Debug menu in iCal</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/access-the-debug-menu-in-ical/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">558</post-id>	</item>
	</channel>
</rss>
