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.4.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file picsexl-0.0.4.tar.gz
.
File metadata
- Download URL: picsexl-0.0.4.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 951b0b147fe1d73f55d771832be144a5de7c99707435ca7a7b1939f66aea5f05 |
|
MD5 | 907f02200c1bc08c7540ef02a86bab2e |
|
BLAKE2b-256 | 5a3704e0614094361d1b22277f3f44691b55527f32ac666e6c5a77cc4b98ebc3 |
File details
Details for the file picsexl-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: picsexl-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.4 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 | 383cb2a6b8e699375c86d0e9e34d3d89d45c5250fee2142917108e69a9124624 |
|
MD5 | 1714af06f5cf05b73c2f3b503dac68d4 |
|
BLAKE2b-256 | 3ad7e63a9cc0cdf3b972a78ae0127802bbcdc0f26afa30bb44e678fcb62a8b1c |