Changeset 329

Show
Ignore:
Timestamp:
07/27/06 13:57:01 (2 years ago)
Author:
ogawa
Message:

Little more fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cybozu2ical/trunk/cybozu2ical

    r328 r329  
    5252    method => 'PUBLISH', 
    5353    $cfg->{calname} ? ('X-WR-CALNAME' => $cfg->{calname}) : (), 
     54    $cfg->{time_zone} ? ('X-WR-TIMEZONE' => $cfg->{time_zone}) : (), 
    5455); 
    5556 
     
    227228subversion repository: 
    228229 
    229   svn://svn.as-is.net/public/cybozu2ical/trunk 
     230  http://code.as-is.net/svn/public/cybozu2ical/trunk 
    230231 
    231232You can browse the files via SVN::Web from the following: 
    232233 
    233   http://svn.as-is.net/svnweb/public/browse/cybozu2ical/trunk/ 
     234  http://code.as-is.net/viewvc/public/cybozu2ical/trunk/ 
    234235 
    235236Any comments, suggestions, or patches are welcome.