Skip to content

Commit

Permalink
Added Calendar v4, bug fixes, https and control calendar
Browse files Browse the repository at this point in the history
	modified:   bin/ical2vsdb
	modified:   code/common/organizer.pl
	modified:   web/organizer/calendar.pl
  • Loading branch information
hplato committed Jan 11, 2014
1 parent dedfc5c commit 1555d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/ical2vsdb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use strict;
## and dcsfix defaults. Added in nosync_dtstamp and nodcsfix option to override.
## NOTE: v4 requires the update 2014 vsdb calendar schema (adding a control attribute).
## Common module organizer 2014 and vsdb calendar.pl 1.6.0-3 required.
##

use lib '../lib', '../lib/site';
use iCal::Parser;
Expand Down
2 changes: 1 addition & 1 deletion code/common/organizer.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Category = Time

#@ This module is a significant update from v3, and has a few functions;
#@ This module is a significant update from MH v2, and has a few functions;
#@<br>
#@ <ul>
#@ <li> iCal2vsDB syncronization control. Imports iCal files (Apple iCal,
Expand Down
2 changes: 1 addition & 1 deletion web/organizer/calendar.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# or indirectly caused by this software.
#
# Version History
# 1.6.0-3 - 01/03/14 - added support for control calendars (hide them)
# 1.6.0-3 - 01/04/14 - added support for control calendars (hide them)
# 1.6.0-2 - 11/02/07 - minor bugfix to in icalsync name
# 1.6.0-1 - 09/24/07 - Updated to organizer release 2.5.2 without admin login and ical customization
# (1.6.0 added admin login & changed navigation)
Expand Down

0 comments on commit 1555d13

Please sign in to comment.