Feature Request: Add field-based update methods for calendar objects #2
Labels
No labels
bug
documentation
duplicate
enhancement
feature-request
field-updates
good first issue
help wanted
integration
invalid
performance
phase-2
phase-3
question
research-needed
sync
testing
ui
ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Phil/tsdav#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently, updating a calendar event with tsdav requires providing the complete iCalendar string with all properties, timezones, and proper formatting. This creates several challenges:
Current Approach
Issues with Current Approach
Proposed Solution
Add field-based update methods that handle the iCal generation internally:
Option 1: Patch-style Updates
Option 2: Full Field-based API
Benefits
Implementation Approach
This would be backwards compatible - the existing updateCalendarObject method would remain unchanged.
Use Cases
Similar APIs for Reference
Would love to contribute this feature. Happy to discuss the API design further!