|
|
 |
Monday, January 6, 2003 |
Check out the Event Calendar on the left.
I use a simple AppleScript to copy my iCal calendar file to my server and PHPiCalendar turns it into a calendar web site.
Make changes to my calendars, run my script thats it.
Here is the AppleScript
property pServer : "afp://MyServerIPAddress/My%20Server/"
property pName : ""
property pPass : ""
if pName = "" then
display dialog "Your Appleshare name for the Server" default answer "My Name"
set pName to text returned of the result
end if
if pPass = "" then
display dialog "Your Appleshare password for the BAD Amsterdam Server" default answer ""
set pPass to text returned of the result
end if
mount volume pServer as user name pName with password pPass
say "Backing up I Cal to My Server"
tell application "Finder"
move alias "MyDrive:Users:MyName:Library:Calendars:CalendarName.ics" to folder "My Server:Library:WebServer:Documents:phpicalendar:calendars:" with replacing
end tell
say "Finished backing up I Cal to Server"
Save this as an AppleScript App
Install instructions for PHP at OS X PHP install
Cool
9:58:35 PM
|
|
Macromedia Developer Centers
2:47:20 AM
|
|
MyiCal.com is a free hosting service for Apples iCal calendars. MyiCal.com members (free membership) can post their calendar(s) on our Internet servers giving them the ability to have family, friends or colleagues subscribe to that specific calendar(s). Thus, informing them of important dates and appointments.
2:35:06 AM
|
|
Welcome to Actionscript Toolbox, my assortment of information regarding Macromedia Flash's scripting language (actionscript), as applied in Flash 5 and Flash MX. I'm Helen Triolo, and this site represents the contents of my brain in electronic format. (I used to know how to make pesto and do other things besides write actionscript but I ran out of storage space). The site has some supplemental reference material about Flash variables, objects and some of the other "nuts and bolts" that going into writing applications with actionscript, some actionscript samples, tutorials and explanation (for my own future reference as much as others'), some nice gifts from fellow Flashers, some experimentation, and whatever other information I've been able to assimilate from the many wise people on various email lists and resource sites.
2:28:16 AM
|
|
A big database of ActionScript scripts. Very handy for all you Flash scripters.
2:24:10 AM
|
|
© Copyright 2003 Peter Mitchell All Rights Reserved.
|
|