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.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.0.tar.gz
(7.0 kB
view details)
Built Distribution
File details
Details for the file picsexl-0.1.0.tar.gz
.
File metadata
- Download URL: picsexl-0.1.0.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 | 53478e966adffbb45dd0df42eedc7b1b424a1fdb079198478fdb1d77e55f1c1f |
|
MD5 | 1cbf779de4dfc09cae35206e57ca1caf |
|
BLAKE2b-256 | 4e31087bc18276bc76ef50a005c0f874fead345fdab110625f88cdce186580cf |
File details
Details for the file picsexl-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: picsexl-0.1.0-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 | 0d45709d914f8c43f38e63cb112abda381127dd3e02720db159ec70db1ee0d20 |
|
MD5 | cfb1d8c3a40b7e8b0de5786ab60cdde5 |
|
BLAKE2b-256 | 33fa19d290c5a9300ca12722c4e9724f287d4ddea6ed9261f89183e6cada971b |