The debug menu is still there.
To enable the debug menu within ical, run the following on the command line:
defaults write com.apple.iCal IncludeDebugMenu 1
Since OS X 10.9 (mavericks), this has changed to
defaults write com.apple.iCal CDB 1
In iCal war es früher möglich, auf ein geheimes Debug-Menü zuzugreifen, das in 10.8 jedoch scheinbar entfernt wurde. Ärgerlicherweise scheint der Befehl, der zum Aktivieren der Protokollierung verwendet wird, auch nicht mehr zu funktionieren.
Kann mir jemand sagen, wie man das Protokollieren in 10.8 aktiviert?
The debug menu is still there.
To enable the debug menu within ical, run the following on the command line:
defaults write com.apple.iCal IncludeDebugMenu 1
Since OS X 10.9 (mavericks), this has changed to
defaults write com.apple.iCal CDB 1
This option has been removed and possibly won't come back.
You seem to be able to change the default days in week view – for example to 14 – with:
defaults write com.apple.iCal "n days of week" 14
Enter defaults read com.apple.iCal
to check other possible options you can modify. The logging behavior can not be changed.
Read more on this Ask Different question: How do I enable the Debug menu in Calendar?