バージョン

Save(String,CalendarInfoCategories,Boolean) メソッド

CalendarInfoデータをファイルに保存します。
シンタックス

パラメータ

filename
UltraCalendarInfo 情報のコピーをシリアル化するファイル。
categories
シリアル化するカテゴリの列挙体。
serializeDatesAsUniversalTime
Trueの場合、予定の日付がグリニッジ標準時(GMT)でシリアル化されます。
解説

CalendarInfoCategories.Generalを渡すと、以下のプロパティ設定が保存されます。

  • AllowAllDayEvents
  • AllowRecurringAppointments
  • AppointmentActionsEnabled
  • FirstDayOfWeek
  • LogicalDayDuration
  • LogicalDayOffset
  • MaxDate
  • MaxSelectedDays
  • MinDate
  • SelectTypeActivity
  • SelectTypeDay
  • タグ
  • WeekRule
  • ReminderImage

参照