mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #406] [Question] How to load calendar data from generic (Synology) CalDav server with username / password authentication? #856
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#856
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?
Originally created by @SeppPenner on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/406
I have a developer question. Let's assume, I want to build a custom sync service between some public ICAL calendars (E.g. links from the internet) and my home NAS (Synology). Which classes and methods should I check in your project to do a "simple" login with username and password and get some events from a generic CalDav server (E.g. Synology)? Or what is the general flow on how to do that with CalDav? ("Login", than "Get data for calendar", than "Update / sync data"?).
I want to use your code as a kind of CalDav library because as far as I know, it's the only project to handle generic CalDav properly (With server access).
Sorry that it's really a quite broad question, but I honestly haven't looked (and still refuse a bit 😄) at the RFCs for that...
@SeppPenner commented on GitHub (Nov 11, 2023):
I found a way and created a custom NuGet package for that: https://github.com/SeppPenner/CalDAVNet.