From lucy a t orion.duhs.duke.edu Tue Oct 4 20:08:53 2005 From: lucy a t orion.duhs.duke.edu (Lucy Upchurch) Date: Tue, 04 Oct 2005 15:08:53 -0400 Subject: [Webcalendar] install woes Message-ID: <4342D345.5040702 a t orion.duhs.duke.edu> Hi, I am installing webCal2.9.3 on a linux box. I have modified install.pl for my environment and I ran the install with 'perl install.pl'. I do not understand the following from the install script. The directories do not get created. # URLs of cgi, relative to /. It is recommanded to use # short pathname for the main webcal script. I personally use /y/x # on my server. This requires some reconfiguration of your web server. # # cginame will be refered hundreds of time on each page webcal # generates, a byte saved here will translated to megabytes of # saved network traffic. # 'cginame' => '/cgi-bin/wcal/wcal.pl', 'cgilink' => '/cgi-bin/wcal/wcal-link.pl', 'cgiimport' => '/cgi-bin/wcal/wcal-import.pl', 'cgiupload' => '/cgi-bin/wcal/wcal-upload.pl', 'cgicss' => '/cgi-bin/wcal/wcal-css.pl', 'cgimisc' => '/cgi-bin/wcal/wcal-misc.pl', # how the icon is referenced. Please use short names if possible. I # personally use /i on my server. See the previous comment for a # reason. # 'imgdirurl' => '/wcal/images', Apparently this will affect the performance so I would like to utilize this.....I think. How do I implement this? I have also modified the httpd.conf file to find my directories. Thanks. -- Lucy DUMC - Bryan Research Bldg From dleffler a t direcway.com Tue Oct 4 23:50:19 2005 From: dleffler a t direcway.com (David Leffler) Date: Tue, 04 Oct 2005 18:50:19 -0400 Subject: [Webcalendar] install woes In-Reply-To: <4342D345.5040702 a t orion.duhs.duke.edu> Message-ID: <00dc01c5c936$00d25b10$1100a8c0 a t dad3> What this means is where are the directories as relative to the web's root directory from the web browser side. Some of the variables closer to the top of the install.pl script refer to the hard folder path on the server from the server side. SO... all the scripts are installed into the $CGIDIR variable entry (from the server side), the entries below (cgi...) are asking for the equivalent web browser side location. AND...the images are in the $IMAGEDIR variable entry (from the server side), the (imagedirurl) is asking for the equivalent browser side location. Here's my entries (note the directory name in the script is "wcal" and the directory name in the web's root folder is "calendar": $CGIDIR="/home/hhbc/harrisonhills-www/cgi-bin/wcal"; $IMAGEDIR="/home/hhbc/harrisonhills-www/calendar/images"; and 'cginame' => '/cgi-bin/wcal/wcal.pl', 'cgilink' => '/cgi-bin/wcal/wcal-link.pl', 'cgiimport' => '/cgi-bin/wcal/wcal-import.pl', 'cgiupload' => '/cgi-bin/wcal/wcal-upload.pl', 'cgicss' => '/cgi-bin/wcal/wcal-css.pl', 'cgimisc' => '/cgi-bin/wcal/wcal-misc.pl', 'imgdirurl' => '/calendar/images', David Leffler -----Original Message----- From: webcalendar-admin a t math.utexas.edu [mailto:webcalendar-admin a t math.utexas.edu] On Behalf Of Lucy Upchurch Sent: Tuesday, October 04, 2005 15:09 To: webcalendar a t math.utexas.edu Subject: [Webcalendar] install woes Hi, I am installing webCal2.9.3 on a linux box. I have modified install.pl for my environment and I ran the install with 'perl install.pl'. I do not understand the following from the install script. The directories do not get created. # URLs of cgi, relative to /. It is recommanded to use # short pathname for the main webcal script. I personally use /y/x # on my server. This requires some reconfiguration of your web server. # # cginame will be refered hundreds of time on each page webcal # generates, a byte saved here will translated to megabytes of # saved network traffic. # 'cginame' => '/cgi-bin/wcal/wcal.pl', 'cgilink' => '/cgi-bin/wcal/wcal-link.pl', 'cgiimport' => '/cgi-bin/wcal/wcal-import.pl', 'cgiupload' => '/cgi-bin/wcal/wcal-upload.pl', 'cgicss' => '/cgi-bin/wcal/wcal-css.pl', 'cgimisc' => '/cgi-bin/wcal/wcal-misc.pl', # how the icon is referenced. Please use short names if possible. I # personally use /i on my server. See the previous comment for a # reason. # 'imgdirurl' => '/wcal/images', Apparently this will affect the performance so I would like to utilize this.....I think. How do I implement this? I have also modified the httpd.conf file to find my directories. Thanks. -- Lucy DUMC - Bryan Research Bldg _______________________________________________ Webcalendar mailing list Webcalendar a t math.utexas.edu http://www.math.utexas.edu/mailman/listinfo/webcalendar -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.9/118 - Release Date: 10/3/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.9/118 - Release Date: 10/3/2005 From jes a t martnet.com Thu Oct 6 05:22:25 2005 From: jes a t martnet.com (Joe Smith) Date: Thu, 06 Oct 2005 00:22:25 -0400 Subject: [Webcalendar] How to overlay calendars Message-ID: <4344A681.5010908 a t martnet.com> The WebCalendar web site says: > Overlaid Calendars -- Combine and view serval calendars > simultaneously, making schedule conflict resolution a total ease. but I can't seem to figure out how to do this. I found the 'merge calendars' function, but that's static copying of events from another calendar. I need to define a view that combines all the events of several calendars, but any updates to the calendars in the views are automatically updated in the combined view. Anyone have a clue to share? Message-ID: <4344C677.6455.CE12D3C a t gjackson.rubbusa.com> Joe: One method of doing this is to enter each users name in the textbox at the top of the page, separated by commas. CLick the "Go" button and you should see the combined calendars for those users. HTH! -=Glen On 6 Oct 2005 at 0:22, Joe Smith wrote: > The WebCalendar web site says: > > > Overlaid Calendars -- Combine and view serval calendars > > simultaneously, making schedule conflict resolution a total ease. > > but I can't seem to figure out how to do this. > > I found the 'merge calendars' function, but that's static copying of > events from another calendar. I need to define a view that combines all > the events of several calendars, but any updates to the calendars in the > views are automatically updated in the combined view. > > Anyone have a clue to share? > > This is a multi-part message in MIME format. --------------050203020703000200020703 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I have installed webcal on linux and it is now running. I created a calendar but is is not being displayed correctly. It is display boxes where the time should be displayed. The Webcal icon is not being displayed. The tabs with Calendar, Tasks, Contacts, etc. are not tabs. They are boxes. Apparently, I have incorrect links to something but I can't figure out what it is and whether it is defined in the webcalConfig.pm or install.pl file. Any assistance would be greatly appreciated. Thanks. Lucy --------------050203020703000200020703 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I have installed webcal on linux and it is now running.  I created a calendar but is is not being displayed correctly.  It is display boxes where the time should be displayed.  The Webcal icon is not being displayed.  The tabs with Calendar, Tasks, Contacts, etc. are not tabs.  They are boxes.  Apparently, I have incorrect links to something but I can't figure out what it is and whether it is defined in the webcalConfig.pm or install.pl file.  Any assistance would be greatly appreciated.

Thanks.
Lucy
--------------050203020703000200020703-- From dleffler a t direcway.com Thu Oct 6 23:56:04 2005 From: dleffler a t direcway.com (David Leffler) Date: Thu, 06 Oct 2005 18:56:04 -0400 Subject: [Webcalendar] webcal running but display is not correct In-Reply-To: <4345776A.6000607 a t orion.duhs.duke.edu> Message-ID: <001501c5cac9$2375ff20$1100a8c0 a t dad3> This is a multi-part message in MIME format. --Boundary_(ID_iKZRvG+nYvHpn4FM9g5Tcw) Content-type: text/plain; charset=windows-1250 Content-transfer-encoding: quoted-printable Sounds like the =93image=94 directory is either empty, in the wrong = place, or you don=92t have the correct permissions. In my case, I had to delete = Or rename) the .htaccess file in the wcal html folder just off the web root (not in the cgi-bin folder) =20 David Leffler Administrator Harrison Hills Baptist Church HYPERLINK "http://www.harrisonhills.org/"www.harrisonhills.org -----Original Message----- From: webcalendar-admin a t math.utexas.edu [mailto:webcalendar-admin a t math.utexas.edu] On Behalf Of Lucy Upchurch Sent: Thursday, October 06, 2005 15:14 To: webcalendar a t math.utexas.edu Subject: [Webcalendar] webcal running but display is not correct =20 I have installed webcal on linux and it is now running. I created a calendar but is is not being displayed correctly. It is display boxes = where the time should be displayed. The Webcal icon is not being displayed. = The tabs with Calendar, Tasks, Contacts, etc. are not tabs. They are boxes. Apparently, I have incorrect links to something but I can't figure out = what it is and whether it is defined in the webcalConfig.pm or install.pl = file. Any assistance would be greatly appreciated. Thanks. Lucy -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.11/121 - Release Date: = 10/6/2005 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.11/121 - Release Date: = 10/6/2005 =20 --Boundary_(ID_iKZRvG+nYvHpn4FM9g5Tcw) Content-type: text/html; charset=windows-1250 Content-transfer-encoding: quoted-printable

Sounds like the =93image=94 = directory is either empty, in the wrong place, or you don=92t have the correct = permissions.=A0 In my case, I had to delete Or rename) the .htaccess file in the wcal = html folder just off the web root (not in the cgi-bin = folder)

 

David = Leffler
Administrator
Harrison = Hills Baptist Church
www.harrisonh= ills.org

-----Orig= inal Message-----
From: webcalendar-admin a t math.utexas.edu = [mailto:webcalendar-admin a t math.utexas.edu] On Behalf Of
Lucy Upchurch
Sent: Thursday, October = 06, 2005 15:14
To:
webcalendar a t math.utexas.edu
Subject: [Webcalendar] = webcal running but display is not correct

 

I have = installed webcal on linux and it is now running.  I created a calendar but is is not = being displayed correctly.  It is display boxes where the time should be displayed.  The Webcal icon is not being displayed.  The tabs = with Calendar, Tasks, Contacts, etc. are not tabs.  They are = boxes.  Apparently, I have incorrect links to something but I can't figure out = what it is and whether it is defined in the webcalConfig.pm or install.pl = file.  Any assistance would be greatly appreciated.

Thanks.

Lucy

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.11/121 - Release Date: = 10/6/2005


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.11/121 - Release Date: = 10/6/2005

--Boundary_(ID_iKZRvG+nYvHpn4FM9g5Tcw)-- From larry.howe a t comjet.com Fri Oct 7 00:48:52 2005 From: larry.howe a t comjet.com (Larry Howe) Date: Thu, 6 Oct 2005 19:48:52 -0400 Subject: [Webcalendar] webcal running but display is not correct In-Reply-To: <4345776A.6000607 a t orion.duhs.duke.edu> References: <4345776A.6000607 a t orion.duhs.duke.edu> Message-ID: <200510061948.53249.larry.howe a t comjet.com> Lucy, It sounds like webcal doesn't know where the images directory is. If you view the source of the displayed web page, you'll see tags that look like this: Make sure that the image files are actually located where webcal thinks they are. If not then you'll have to change the path where webcal is looking. The path is controlled by these lines in webcalConfig.pm, but I'm not sure if you're supposed to edit this directly, or use some other method. 'imgdir' => '/home/comjetco/public_html/cal/images', 'fimgdirurl' => 'http://www.comjet.com/cal/images', 'imgdirurl' => '/cal/images', Larry On Thursday 06 October 2005 15:13, Lucy Upchurch wrote: > I have installed webcal on linux and it is now running. I created a > calendar but is is not being displayed correctly. It is display boxes > where the time should be displayed. The Webcal icon is not being > displayed. The tabs with Calendar, Tasks, Contacts, etc. are not tabs. > They are boxes. Apparently, I have incorrect links to something but I > can't figure out what it is and whether it is defined in the > webcalConfig.pm or install.pl file. Any assistance would be greatly > appreciated. > > Thanks. > > Lucy From jes a t martnet.com Sun Oct 9 07:33:39 2005 From: jes a t martnet.com (Joe Smith) Date: Sun, 09 Oct 2005 02:33:39 -0400 Subject: [Webcalendar] Newbie questions Message-ID: <4348B9C3.9040006 a t martnet.com> Thanks again for your help a few days ago -- I've been playing more and have more questions. * WebCalendar doesn't work on FC4 Tried to install a local testing copy on my home machine (Fedora 4): after much head scratching, I finally figured out that the SELinux policy for apache prevents cgi scripts from writing files, no matter what the unix perm are. Any suggestions? * Any tips on install/running as non-root? Installed on our vhosting account where I don't have root. Seems to work fine, although I certainly haven't tested all the features! Anything I should watch for? * Where to start? I want to demo WebCalendar for use by our church's staff, mainly for event scheduling (meetings, classes, events). What's the basic approach to this kind of use? Should I set up a calendar for each person? One per room? Per type of event? It's a little murky how to get the best use out of the groupware capabilities, which is the main advantage. * Any support for a /cancelled/ event? It would be really nice to have support for cancelling or rescheduling an event: highlight the original event as cancelled, and point to the rescheduled event, oh, and send notices out. Just deleting the event is not terribly helpful. Maybe you guys have some simple ways of dealing with this already... Thanks for any clues! This is a multi-part message in MIME format. --------------030303020900040706070005 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Is there an Admin tab for this version of webcal, 2.9.3 running on Linux? I have an admin tab on a version that I have running on a PC server. I looked under the options tab for Masterhead Tabs and did not see the Admin option as in the previous PC version. The calendar that I am looking at has Admin privileges. Thanks. Lucy -- Lucy Upchurch DUMC Center for InVivo Microscopy Bryan Research Building Rm. 139 Research Drive Durham, North Carolina 27710 Telephone: 919-684-7781 To learn more about our center, please visit: http://www.civm.duhs.duke.edu --------------030303020900040706070005 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

Is there an Admin tab for this version of webcal, 2.9.3 running on Linux?  I have an admin tab on a version that I have running on a PC server.  I looked under the options tab for Masterhead Tabs and did not see the Admin option as in the previous PC version.  The calendar that I am looking at has Admin privileges.  Thanks.

Lucy
-- 
Lucy Upchurch
DUMC Center for InVivo Microscopy
Bryan Research Building Rm. 139
Research Drive
Durham, North Carolina  27710
Telephone:  919-684-7781
To learn more about our center, please visit:
http://www.civm.duhs.duke.edu
--------------030303020900040706070005-- From r.janssen a t uw.nl Mon Oct 10 14:19:53 2005 From: r.janssen a t uw.nl (Rob Janssen) Date: Mon, 10 Oct 2005 15:19:53 +0200 Subject: [Webcalendar] webcal 2.9.3 In-Reply-To: <434A6499.70502 a t orion.duhs.duke.edu> References: <434A6499.70502 a t orion.duhs.duke.edu> Message-ID: <434A6A79.2010405 a t uw.nl> Lucy Upchurch schreef:
Hi,

Is there an Admin tab for this version of webcal, 2.9.3 running on Linux?  I have an admin tab on a version that I have running on a PC server.  I looked under the options tab for Masterhead Tabs and did not see the Admin option as in the previous PC version.  The calendar that I am looking at has Admin privileges.  Thanks.
The newer versions have a combined options and admin tab that accesses all the options via a single page (with selector in the left margin).
The old admin options have moved to there.

Rob
From dleffler a t direcway.com Mon Oct 10 14:22:21 2005 From: dleffler a t direcway.com (David Leffler) Date: Mon, 10 Oct 2005 09:22:21 -0400 Subject: [Webcalendar] webcal 2.9.3 In-Reply-To: <434A6499.70502 a t orion.duhs.duke.edu> Message-ID: <00b401c5cd9d$a76f3590$1100a8c0 a t dad3> This is a multi-part message in MIME format. --Boundary_(ID_qWP+Dm5sigdTRgxw7ZF/8A) Content-type: text/plain; charset=windows-1250 Content-transfer-encoding: quoted-printable Everything is under Options now. To get all the features, such as = =93Message of the Day=94 editing, make sure that your calendar/user name is listed = in the webCalConfig.pm file as: =20 'theAdministrator' =3D> calendar_name, =20 David Leffler Administrator Harrison Hills Baptist Church HYPERLINK "http://www.harrisonhills.org/"www.harrisonhills.org -----Original Message----- From: webcalendar-admin a t math.utexas.edu [mailto:webcalendar-admin a t math.utexas.edu] On Behalf Of Lucy Upchurch Sent: Monday, October 10, 2005 08:55 To: webcalendar a t math.utexas.edu Subject: [Webcalendar] webcal 2.9.3 =20 Hi, Is there an Admin tab for this version of webcal, 2.9.3 running on = Linux? I have an admin tab on a version that I have running on a PC server. I = looked under the options tab for Masterhead Tabs and did not see the Admin = option as in the previous PC version. The calendar that I am looking at has = Admin privileges. Thanks. Lucy --=20 Lucy Upchurch DUMC Center for InVivo Microscopy Bryan Research Building Rm. 139 Research Drive Durham, North Carolina 27710 Telephone: 919-684-7781 To learn more about our center, please visit: HYPERLINK "http://www.civm.duhs.duke.edu"http://www.civm.duhs.duke.edu -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.13/126 - Release Date: = 10/9/2005 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.13/126 - Release Date: = 10/9/2005 =20 --Boundary_(ID_qWP+Dm5sigdTRgxw7ZF/8A) Content-type: text/html; charset=windows-1250 Content-transfer-encoding: quoted-printable

Everything is under Options now.=A0 = To get all the features, such as =93Message of the Day=94 editing, make sure = that your calendar/user name is listed in the webCalConfig.pm file = as:

 

=A0=A0=A0=A0=A0 'theAdministrator' = =3D> calendar_name,

 

David = Leffler
Administrator
Harrison = Hills Baptist Church
www.harrisonh= ills.org

-----Orig= inal Message-----
From: webcalendar-admin a t math.utexas.edu = [mailto:webcalendar-admin a t math.utexas.edu] On Behalf Of
Lucy Upchurch
Sent: Monday, October 10, = 2005 08:55
To:
webcalendar a t math.utexas.edu
Subject: [Webcalendar] = webcal 2.9.3

 

Hi,

Is there an Admin tab for this version of webcal, 2.9.3 running on = Linux?  I have an admin tab on a version that I have running on a PC = server.  I looked under the options tab for Masterhead Tabs and did not see the = Admin option as in the previous PC version.  The calendar that I am = looking at has Admin privileges.  Thanks.

Lucy

-- 
Lucy Upchurch
DUMC Center for InVivo =
Microscopy
Bryan Research Building Rm. =
139
Research Drive
Durham, North Carolina=A0 =
27710
Telephone:=A0 =
919-684-7781
To learn more about our center, please =
visit:
http://www.civm.duhs.duke.edu<=
/span>

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.13/126 - Release Date: = 10/9/2005


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.13/126 - Release Date: = 10/9/2005

--Boundary_(ID_qWP+Dm5sigdTRgxw7ZF/8A)-- From r.janssen a t uw.nl Tue Oct 11 16:08:13 2005 From: r.janssen a t uw.nl (Rob Janssen) Date: Tue, 11 Oct 2005 17:08:13 +0200 Subject: [Webcalendar] Newbie questions In-Reply-To: <4348B9C3.9040006 a t martnet.com> References: <4348B9C3.9040006 a t martnet.com> Message-ID: <434BD55D.9030209 a t uw.nl> Joe Smith schreef: > Thanks again for your help a few days ago -- I've been playing more > and have more questions. > > * Any tips on install/running as non-root? > > Installed on our vhosting account where I don't have root. Seems to > work fine, although I certainly haven't tested all the features! > Anything I should watch for? It should not require root, except when the config of the webserver is not correct. As long as you can create all required directories and assign them the proper permissions (the spool directory should be writable for the user the webserver is running under) there should be no problems. > > * Where to start? > > I want to demo WebCalendar for use by our church's staff, mainly for > event scheduling (meetings, classes, events). What's the basic > approach to this kind of use? Should I set up a calendar for each > person? One per room? Per type of event? It's a little murky how to > get the best use out of the groupware capabilities, which is the main > advantage. You need to create a calender for everyone that has to sign on using name and password, but of course it can be left empty. You can use public calendars for rooms, and everyone can book events there. When you want to be able to show and/or print nice overviews of certain types of events it seems reasonable to create a specific calender for them. Remember that you can put events in more than one calendar (e.g. room and type) at the time you create them. > > * Any support for a /cancelled/ event? > > It would be really nice to have support for cancelling or rescheduling > an event: highlight the original event as cancelled, and point to the > rescheduled event, oh, and send notices out. Just deleting the event > is not terribly helpful. Maybe you guys have some simple ways of > dealing with this already... With the meeting event type you can send out mail to participants when you add or change it, but I don't think there is any support for a rescheduled event that still shows up at the old date/time (unless you manually edit the old one and create a new event) Rob From jes a t martnet.com Wed Oct 19 18:41:04 2005 From: jes a t martnet.com (Joe Smith) Date: Wed, 19 Oct 2005 13:41:04 -0400 Subject: [Webcalendar] Newbie questions In-Reply-To: <434BD55D.9030209 a t uw.nl> References: <4348B9C3.9040006 a t martnet.com> <434BD55D.9030209 a t uw.nl> Message-ID: <43568530.6000304 a t martnet.com> Sorry for the long delay; busy with other projects and this turned into a /book/, but now I have to demo the calendar next week (ack!) so any suggestions appreciated! Rob Janssen wrote: > Joe Smith schreef: > ... >> * Where to start? >> >> I want to demo WebCalendar for use by our church's staff, ... What's the basic >> approach ... > > You need to create a calender for everyone that has to sign on using > name and password, but of course it can be left empty. Right. > You can use public calendars for rooms, and everyone can book events there. Understood. I'm getting a little more comfortable with it as I play more. However, we have about two dozen rooms and it still seems like a lot of trouble to get a combined calendar, e.g., show all events for today in any room. AFAICT, I'd have to manually enter the calendar names for all the rooms to get that view (or pick from the drop down). That seems awkward and error prone. A wild-card calendar name would be cool ("Rm*"). Maybe I'm still missing something obvious. I think I'll just make calendars for larger categories (org-wide events + sub-group events, etc.) and use the location fields; then check manually for conflicts. We don't have such a busy calendar that this will be a big hassle. > When you want to be able to show and/or print nice overviews of certain > types of events it seems reasonable to create a specific calender for them. Right -- got it. > Remember that you can put events in more than one calendar (e.g. room > and type) at the time you create them. How? Oh wait, I think I see: by adding it in the "Invitee" entry? But you still have to remember to do it. Forgetting to add the event to the (correct!) room calendar /will/ lead to big problems. ********* The conflation of calendars, categories, resources and users is very confusing, especially since the documentation and the screen forms refer to specific uses differently at different times. ********* Couple more questions (sorry to be such a pest!): No support for multi-day events, right? I can just fake it; not a huge deal. What does drag & drop do? Move an event? The docs say 'IE only' -- is that still correct, or maybe it works in Moz/FFox now too? Any suggestions for getting a calendar into a word-processor document? Maybe an RTF export? We need a /nice/ version to include in a newsletter. Copy/paste from the printable view _works_ but requires so much tweaking to make a publication-quality calendar that it's easier to just start from scratch (which is what we already do, so it's no loss). Big problem for us: Lots of our events are recurring, but need tuning for each occurrence (different speaker or topic; change in room, different reminders, etc). WebCalendar seems to handle this awkwardly: trying to edit a specific occurrence pops up a warning and even suggests two workarounds (edit the original event, or delete this occurrence and manually add a new one), without giving any help to do either. I have to go find the original event and change it, or I have to manually delete the occurrence and manually re-construct the event. Am I missing something? Is there some reason WebCal can't automate this? Is there a workaround? Adding a separate event with the specific details is all I can come up with. Ok, I'll shut up now. Thanks for rading this far, and again, any/all clues welcome! I would like to change the "Affiliation" label on the Contact page. Is there a file I can easily edit to make that change? Thanks Steve