Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Framadate Framadate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 256
    • Issues 256
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FramasoftFramasoft
  • FramadateFramadate
  • FramadateFramadate
  • Merge requests
  • !495

Allow exporting events to a CalDAV server such as Davical.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kevin Kofler requested to merge kkofler/framadate:export_to_caldav into v1.1.x Sep 27, 2021
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 10

This needs to be set up in config.php as follows:

    'caldav_options' => [
        'base_url' => '…',     // CalDAV base URL
        'username' => '…',     // CalDAV username
        'password' => '…',     // CalDAV password
        'calendar_url' => '…', // CalDAV calendar URL
    ],

ICalService does the actual work using caldav-client-v2.php (LGPLv3+) from Davical. The UI is a button in vote_date_table.tpl.

Note: This feature was developed and tested against the v1.1.x stable branch. It should probably be forward-ported to develop, which, as far as I can tell, does not yet have this feature either. But for now, I am submitting what I have so that you are aware of its existence.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: export_to_caldav