Converter from ics format to xls
Project description
picsexl
Converter from ics format to xls
Installation
pip install picsexl
Example
from datetime import datetime, timezone
from picsexl import PIcsExl
p = PIcsExl(
file_path="/path/to/your/file.ics",
mail_to="some.email@gmail.com",
start_date=datetime(2022, 10, 1, 0, 0, 0, tzinfo=timezone.utc),
end_date=datetime(2022, 10, 30, 23, 59, 59, tzinfo=timezone.utc),
)
p.run_sniff_and_write_ics_lines()
Project details
Release history Release notifications | RSS feed
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.1.1.tar.gz
(7.0 kB
view details)
Built Distribution
File details
Details for the file picsexl-0.1.1.tar.gz
.
File metadata
- Download URL: picsexl-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e30e5b8fa758988a5eeaab16ca4388ab1069b6af2acc9dec7557998fbcc14309 |
|
MD5 | c8eea935c59a00b0eb0457dcd2508d4f |
|
BLAKE2b-256 | a62ce48a3768453fb74f8ca264cc9dcf10ca92a7c0eda1a507bc05d1f0d801f7 |
File details
Details for the file picsexl-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: picsexl-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3a3d3f320677d2e83084d5bd1595769e09030fe4dfb8b3edee2fc1e1de9e5a4 |
|
MD5 | d47fa85988a68bee5c525cd3ec69011d |
|
BLAKE2b-256 | b1a4f060a6a32900af8840207706e73bde19a098fc36b807490bb2ee1ed9c7ac |