Subversion Repositories VORC

Rev

Rev 29 | Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 35
Line 58... Line 58...
58
                    $tm[5] + 1900, $tm[4] + 1, $tm[3], $tm[2],
58
                    $tm[5] + 1900, $tm[4] + 1, $tm[3], $tm[2],
59
                    $tm[1], $tm[0], scalar(Time::HiRes::gettimeofday()), $count);
59
                    $tm[1], $tm[0], scalar(Time::HiRes::gettimeofday()), $count);
Line 60... Line 60...
60
	
60
	
61
	$event->add_properties(
61
	$event->add_properties(
62
            uid => $uid,
62
            uid => $uid,
63
            summary => "ORC: $S->{role} on $S->{location} - $S->{teams}",
63
            summary => "vORC: $S->{role} on $S->{location} - $S->{teams}",
64
            description => "" ,
64
            description => "" ,
65
            categories => "RollerCon Officiating;RollerCon Schedule;RollerCon Volunteer",
65
            categories => "RollerCon Officiating;RollerCon Schedule;RollerCon Volunteer",
66
            location => "$S->{location}",
66
            location => "$S->{location}",
67
            dtstamp => $dstamp,
67
            dtstamp => $dstamp,