ja-he / dayplan

A utility to plan and track your time.
MIT License
4 stars 1 forks source link

Sync to CalDAV #50

Open ja-he opened 1 year ago

ja-he commented 1 month ago

Summary: What to map the Event Category to?

1. Using Separate Calendars for Each Category:

2. Using Calendar Collections:

3. Using the CATEGORIES Field:

BEGIN:VEVENT
UID:12345678@example.com
DTSTAMP:20231010T120000Z
DTSTART:20231010T130000Z
DTEND:20231010T140000Z
SUMMARY:Meeting with Team
CATEGORIES:Work
END:VEVENT

4. Using Custom Metadata:

BEGIN:VEVENT
UID:12345678@example.com
DTSTAMP:20231010T120000Z
DTSTART:20231010T130000Z
DTEND:20231010T140000Z
SUMMARY:Meeting with Team
X-DAYPLAN-CATEGORY:Work
X-DAYPLAN-CATEGORY-COLOR:#FF0000
END:VEVENT