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, timezone
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.2.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

picsexl-0.0.2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: picsexl-0.0.2.tar.gz
  • Upload date:
  • Size: 6.2 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.2.tar.gz
Algorithm Hash digest
SHA256 7764708e3cc305b205d43aa91d4290f50e78d155ccde516af3330221bfd12e02
MD5 258697b253091cf36293f64e85fe57e2
BLAKE2b-256 40947938fd02434047e8b4a0ccb98dc31ba3e37dc5e98894060f9ab7576ef2a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: picsexl-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.0 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0f03c7f4175637df2d9c6818322c68f2ee9fca1aad8241d57f3ed938e8c02f14
MD5 9f35bd3a254f1f4a412f72a1e6b8166c
BLAKE2b-256 747d584cb29000b8bc7c238dc13dbfefc0c971a8ef31ed79fb08248fc9cc32f5

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