Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

This Automator Action creates a birthday calendar in iCal from the contacts in Address Book. Unlike the built-in birthday calendar in iCal, this action allows you to set an alarm for each birthday. If you want to customize your event or reminder text you can use the following placeholders: ... [More] %lastname% %firstname% %yearofbirth% %age% %birthday% Changelog 2.0 completely rewritten in Cocoa possible to filter for people and groups as prepended Automator Action ( issue 16 ) calendars for current and next year ( issue 8 ) email reminder ( issue 9 ) events since birth error in custom formats fixed ( issue 21 ,  issue 22 ,  issue 28 ,  issue 29 ) removed the calendar export option 1.7.1 fixed Snow Leopard issue ( issue 20 ) 1.7 fixed 12 AM issue ( issue 5 ) fixed problems with some time zones alerts for birthdays on the day iCalBirthdays is run removed titles and middle names 1.6 made the export optional added event type for choosing all day events or event at alert time made alert sound optional added more formats for alert text made alert text customizable added alternative text for reminder added a cake icon for the action 1.5 added customizable calendar entry format removed / replaced age with year of birth 1.4 Localization for German added Age added 1.3 changed the export of calendar for leopard additional alert is actually added to the birthday event (instead of creating another event) choice of which alert to enable 1.2 solved errors in Tiger 1.1 Leopard ready optional additional alert before the birthday [Less]

0
 
  0 reviews  |  0 users  |  16,081 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Overviewgooglecalendarsync is a tool written in python to bidirectional synchronize a local iCal (.ics) file with Google Calendar Requirementspython-vobject - for local iCal file management python-gdata - for remote Google Calendar management python-httplib2 - for remote iCal retrieval ... [More] InstallDownload the latest release here, Extract the source tarball googlecalendarsync-x.y.tar.gz, Run python setup.py build to make, Run sudo python setup.py install to install. How to use googlecalendarsyncCreate a configuration file ($HOME/.googlecalsync/config) using the following template: [google] username = password = [local] ical_file = workdir = ${HOME}/.googlecalsync/work/Then run: googlecalsync.py [--dry-run]Recommended usageAdd an entry in crontab (as non-privileged user) like the following to synchronize a local calendar with Google Calendar every 30mins: 0,30 * * * * /usr/bin/googlecalsync.py >/dev/null 2>&1 [Less]

0
 
  0 reviews  |  0 users  |  520 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Apple's iCal can help you share your schedule by publishing calendars to .Mac and WebDAV servers. Because .Mac is expensive and WebDAV can be hard to come by, Scalp is a tiny hack for iCal that allows calendars to be published to the Web via SFTP. Its name is the unfortunate result of ... [More] combining "cal" and "scp", the command used to copy files via SSH. [Less]

0
 
  0 reviews  |  0 users  |  8,523 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

A javascript library that allows extracting of a calendar from html.Microformats allow structured information to be embedded in a web page within the human readable description. This library converts *Hcalendar* to the structured *icalendar* format. Providesa method for extracting a VCALENDAR or ... [More] a set of VEVENTs from an HTML DOM subtree summary and description as sanitized (no script/css) html flexible date parsing an ical content-line class. Handlesattendees as hcards, email addresses, or an ical-like form locations as hcards, geo, or addr object; or opaque strings Does not providea class library for RFC 2445. Properties are represented as content lines, and components as lists of content lines. VALARMs, VJOURNALs, or VTODOs [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

IMPORTANT: This code ist still beta... Read this for more information AboutThis script will get all .ics files (iCalendar files, as specified in the RFC 2445 specification, a.k.a ical), read it and aggregate all events to a new .ics file. If one of the sourcefiles is not readable (or is not RFC ... [More] 2445 compatible), it will be ignored. SourceGet (or view) the actual sourcecode (which can be broken!) over our subversion reopsitory. DownloadOfficial releases can be found here BugsPleas post bugs to our Issue-Tracker. [Less]

0
 
  0 reviews  |  0 users  |  71 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

I took Mark Bucciarelli's vcal.py code, improved and cleaned it up and wrote a simple CGI frontend for it. It's been more popular than expected via my weblog posting at http://cpbotha.net/2007/04/26/google-calendar-to-palm-desktop-conversion/ (which links to the online CGI as well). In ... [More] short, you can convert ICAL from for example Google Calendar and convert them to VCAL version 1 files to be imported into Palm Desktop. The whole thing is a web app, so you don't have to download anything, just go to the link above if you wish to convert. I've put the code here for the curious. [Less]

0
 
  0 reviews  |  0 users  |  378 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Platform: OSX 10.5 You have a Mac and you are in a company running on MS Exchange, then most of the time, it is not going very smoothly. If you want to be able to exchange Meeting invitation, the only choice is Entourage. iCal format and Exchange Invitation Meeting format are not compatible ... [More] ... And iCal is not able to connect to Exchange server yet ... This set of tool work two ways: From Outlook Invitation to iCal From iCal to Outlook Invitation [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

Syncml converter java api for icalendar format

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 

Converts Exchange 2007 calendars to iCalendar format. This allows users to view Exchange calendars with an iCalendar client (like Apple iCal and Mozilla Sunbird). Check out code from source and compile using maven. Usage check out code from source, and compile/deploy using maven with your ... [More] iCal client subscribe to https://tomcat-host/Exchangeling/ use your Exchange username and password to view another user's calendar add "?user=other-user-email-address" to the end of the URL (the other user must give you permission to view their calendar in Exchange) You can add few parameters: user = someone's exchange address to view their calendar b = number of days back to include (default 30) a = number of days ahead to include (default 180) Example usage: https://tomcat-server/Exchangeling/?user=other-user-email-address&b=7&a=60 Requirements Tomcat Compiled EWS Soap Library, see http://tp.its.yale.edu/confluence/display/EXCH/Introduction+to+MS+Exchange+Web+Services+via+Java(JAXWS) for instructions build with Netbeans and edit Services.wsdl, help.html, and pom.xml to replace all washington.edu instances with something else that is appropriate for your site. [Less]

0
 
  0 reviews  |  0 users  |  6,154 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

A small tool to delete old entries in a ICS-Calendar (*.ics) file. Simply choose a *.ics-file, choose a date until you want to delete the old entries and click on the delete button.

0
 
  0 reviews  |  0 users  |  1 current contributor  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.