Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

palm2vcal

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

palm2vcal

Convert PalmOS .dba calendar to a vcalendar file.

  • 0.5.3
  • PyPI
  • Socket score

Maintainers
1

palm2vcal

This package provides a script converting palm OS .dba calendar files into standard .ics vCalendar files. If requested, the other direction could be easily introduced.

It relies mostly on the palmFile.py <http://www.totic.org/develop/palmFile.py>_ script written by Aleks Totić, and improved by Jeff Mikels. In order to generate the vcalendar file, this script uses the icalendar <http://pypi.python.org/pypi/icalendar>_ package.

Usage

The script can simply be called with::

palm2vcal <source_file> <dest_file>

Where <source_file> and <dest_file> are either file names or - for stdin/stdout.

When using the --verbose option, the number of converted event is printed to stdout (or stderr).

Encoding

The target file will be written in UTF8, as per RFC5545 <http://tools.ietf.org/html/rfc5545>_.

The encoding of the input file defaults to cp1252 (microsoft standard encoding), but another encoding can be chosen using the --encoding switch::

palm2vcal --encoding=latin1 <source_file> <dest_file>

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc