10,849
edits
Line 62: | Line 62: | ||
== Additional configuration == | == Additional configuration == | ||
You can find additional calendar settings in Woodford's app project [[Configuration#PIM.2FEmail|Configuration]], as well as in the [[Setup|Setup/Settings]] section of the mobile app. Regional settings of the device can also affect how the calendar is displayed. | You can find additional calendar settings in Woodford's app project '''[[Configuration#PIM.2FEmail|Configuration]]''', as well as in the '''[[Setup|Setup/Settings]]''' section of the mobile app. Regional settings of the device can also affect how the calendar is displayed. | ||
You can also localize several strings in the calendar and apply a custom format to dates. Go to [[Localization]] and search for "calendar." to see the list of all related strings. When working with the string format, we use this type of syntax: <code>{0:MMMM yyyy}, Week {1}</code>. For more information about the syntax, see [[Formatting strings in rules]], including the external links to Microsoft .NET documentation linked at the bottom of the article. | You can also localize several strings in the calendar and apply a custom format to dates. Go to '''[[Localization]]''' and search for "calendar." to see the list of all related strings. When working with the string format, we use this type of syntax: <code>{0:MMMM yyyy}, Week {1}</code>. <code>{0}</code> corresponds to the date, <code>{1}</code> to the week number. For more information about the syntax, see [[Formatting strings in rules]], including the external links to Microsoft .NET documentation linked at the bottom of the article. | ||
== Calendar in the app == | == Calendar in the app == |