schafevormfenster / vevg-karlsburg-abfallkalender

API proxy for ICS calendars of VEVG Karlsburg with some data cleanup and optimization.
vevg-karlsburg-abfallkalender-schafevormfenster.vercel.app
0 stars 0 forks source link

Create smaller ics file size #19

Closed schafevormfenster closed 8 months ago

schafevormfenster commented 8 months ago

Google Calendar only works with files that are one megabyte (1MB) or smaller.

Currently the waste schedule with 2 month, all categories, whole region and only one html body is 6.7MB.

Ideas:

schafevormfenster commented 8 months ago

Try to reduce payload by using text instead of html description and skip organizer info.

schafevormfenster commented 8 months ago

Payload size is still about 3.3 MB. Next options are:

schafevormfenster commented 8 months ago

split it up into waste types should do it.