Skip to content

Conversation

@ashenfad
Copy link
Owner

@ashenfad ashenfad commented Jan 1, 2026

Expands the ical event properties.

@ashenfad ashenfad requested a review from Copilot January 1, 2026 04:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands iCalendar event properties by adding support for calendar name, event status, time transparency, and categories. These additions enhance the metadata available for calendar events and improve filtering capabilities.

Key changes:

  • Added four new properties to ICalEvent: calendar_name, status, transp, and categories
  • Extended parsing logic to extract these properties from iCalendar files
  • Added comprehensive test coverage for the new properties

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
calgebra/ical.py Added new fields to ICalEvent dataclass, updated _parse_vevent to extract calendar name, status, transp, and categories properties
tests/test_ical.py Added test cases for calendar name extraction, status/transp parsing, and categories handling
docs/API.md Updated documentation to describe the new event properties and field helpers
calgebra/docs/API.md Duplicate documentation update (same as docs/API.md)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ashenfad ashenfad merged commit d38ae5d into main Jan 1, 2026
5 checks passed
@ashenfad ashenfad deleted the cname branch January 1, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants