mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #137] [Feature Request] Create a CalDav Config File #1035
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#1035
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 @Mannshoch on GitHub (May 31, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/137
I wish to distribute Owncloud CalDav to our Club member. They all have Outlook but are all normal users which are only able to click on something.
Please add a possibility to import CallDav information with pre-set configs.
create a filetype a user can add with a double click
like
config.ocaldavLet the Installer look if a config file is available in the same directory like the Installer. If it do, Import it while installing. So I can ship a ZIp file with Installer and config to my comrades.
@aluxnimm commented on GitHub (Jun 15, 2016):
This is rather difficult, similar to https://sourceforge.net/p/outlookcaldavsynchronizer/features/36/
@Mannshoch commented on GitHub (Jun 16, 2016):
Thanks for the hint. but I'm afraid that this is not practicable for us. I'ts dificoult to migrate users from paper to digital and the quote for accepting these sunk to ground if they have to do more then just click on something.
@nertsch commented on GitHub (Jun 16, 2016):
Since the config file is just an Xml-File you can write a script/program, which starts the installer and creates the config file afterwards.
br
Gerhard
@extremeshok commented on GitHub (Jun 16, 2016):
The developer could add support for SRV dns records which would make it far easier to deploy and allow for self discovery
The user enters their email address and the program checks for a caldav SRV dns record.
eg
@Mannshoch commented on GitHub (Jun 17, 2016):
Nice Idea.
@aluxnimm commented on GitHub (Jun 21, 2016):
Will have a look into it and can implement the SRV and TXT lookups for autodiscovery maybe in one of the next releases.
@aluxnimm commented on GitHub (Jun 23, 2016):
Implemented autodiscovery from email address via SRV and TXT lookups, will be in next release.