Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.6: Using iCal Group calendars on Snow Leopard Server' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Using iCal Group calendars on Snow Leopard Server
Authored by: pjburnhill on Aug 03, '10 08:37:00AM
NOTES Continued:

NOTE: When editing principal.py make sure you don't use TAB to indent the code. Python is TAB-sensitive and adding TABs will crash byte compiler (see note below). Use spaces in stead.

NOTE: Before restarting iCal server, rename/delete principal.pyc which is in the same folder. Principal.pyc is the byte compiled version of principals.py and it will get re-compiled (re-created) when iCal server starts.

[ Reply to This | # ]