[PR #1230] [MERGED] feat(caldav): return proper caldav intervals instead of FREQ=SECONDLY #1346

Closed
opened 2025-11-01 21:16:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1230
Author: @kolaente
Created: 8/4/2025
Status: Merged
Merged: 8/4/2025
Merged by: @kolaente

Base: mainHead: feat/caldav-interval


📝 Commits (2)

  • 532b855 feat(caldav): return proper caldav intervals instead of FREQ=SECONDLY
  • 02091cb fix: test

📊 Changes

3 files changed (+67 additions, -2 deletions)

View changed files

📝 pkg/caldav/caldav.go (+24 -1)
📝 pkg/caldav/parsing_test.go (+1 -1)
pkg/caldav/repeat_test.go (+42 -0)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/728
Closes https://github.com/go-vikunja/vikunja/pull/748


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1230 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/caldav-interval` --- ### 📝 Commits (2) - [`532b855`](https://github.com/go-vikunja/vikunja/commit/532b855a7e42855d7fbde432d4a4d57c36024e25) feat(caldav): return proper caldav intervals instead of FREQ=SECONDLY - [`02091cb`](https://github.com/go-vikunja/vikunja/commit/02091cb83e20c2fb84f6ab61ed3703d656d2da5a) fix: test ### 📊 Changes **3 files changed** (+67 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pkg/caldav/caldav.go` (+24 -1) 📝 `pkg/caldav/parsing_test.go` (+1 -1) ➕ `pkg/caldav/repeat_test.go` (+42 -0) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/728 Closes https://github.com/go-vikunja/vikunja/pull/748 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1346