Skip to main content

Converter from ics format to xls

Project description

picsexl

License: MIT Code style: black

Converter from ics format to xls

Installation

PYPI

pip install picsexl

Example

    from datetime import datetime
    from picsexl import PIcsExl

    start = datetime.today()

    p = PIcsExl(
        file_path="/path/to/your/file.ics",
        mail_to="some.email@gmail.com",
        start_date=datetime(start.year, start.month, start.day, 0, 0, 0, tzinfo=timezone.utc),
        end_date=datetime(start.year, start.month, start.day + 15, 23, 59, 59, tzinfo=timezone.utc),
    )
    p.run_sniff_and_write_ics_lines()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picsexl-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

picsexl-0.0.1-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file picsexl-0.0.1.tar.gz.

File metadata

  • Download URL: picsexl-0.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for picsexl-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a0a2ccf2168efe21571c6885ceb5a55373624a36037df45075f13cba0a643d20
MD5 2a1fcaf43450ef5be3ebf31803668ff4
BLAKE2b-256 ab9d04d3f151d42738c36501bcca1dad0d610b3834d163bf15587590b30dc60c

See more details on using hashes here.

File details

Details for the file picsexl-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: picsexl-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for picsexl-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dfded5fd2abb8ec083a0125d108d3b5653b539ac7ddbd322c59acc553244f955
MD5 2df61791c91af5b00172b7c4d0b0fb4a
BLAKE2b-256 7162e3547049adbc005549dfae3d9184f2527c9e342c34c408cb50ed649e4431

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page