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
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
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.0.3.tar.gz
(7.0 kB
view details)
Built Distribution
File details
Details for the file picsexl-0.0.3.tar.gz
.
File metadata
- Download URL: picsexl-0.0.3.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 | 110e79e481683e8a2df5801310f6f4176079354d7594f3caebb71d22ac0e5b8d |
|
MD5 | f8d8b4fd2775a477895e37150172824f |
|
BLAKE2b-256 | 4045e2081842777bb6877a7076aaccb66cf81d3abd58f1224fd9f65cc8d1e4d9 |
File details
Details for the file picsexl-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: picsexl-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.2 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 | a480aa692c20cdbc63cbcad1cccf1a99109d8b74e1a912a06d4ca3fe7bf58514 |
|
MD5 | 932855bd2ecc664a202d2a7ee95ed58f |
|
BLAKE2b-256 | 71d20b37d95a943f5353cd3c68f56b90ed57183f3632b56d71630754d390fc11 |