定制 thecsea/simple-caldav-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thecsea/simple-caldav-client

最新稳定版本:v0.1.17

Composer 安装命令:

composer require thecsea/simple-caldav-client

包简介

A simple and complete php caldav client

README 文档

README

Build status: Latest Stable Version Total Downloads Latest Unstable Version License

This library is just a porting for packagist of https://github.com/wvrzel/simpleCalDAV

Examples of use

simpleCalDAV

Copyright 2014 Michael Palm palm.michael@gmx.de

Table of content

  1. About
  2. Requirements
  3. Installation
  4. How to get started
  5. Example Code
  1. About

simpleCalDAV is a php library that allows you to connect to a calDAV-server to get event-, todo- and free/busy-calendar resources from the server, to change them, to delete them, to create new ones, etc. simpleCalDAV was made and tested for connections to the CalDAV-server Baikal 0.2.7. But it should work with any other CalDAV-server too.

It contains the following functions:

  • connect()
  • findCalendars()
  • setCalendar()
  • create()
  • change()
  • delete()
  • getEvents()
  • getTODOs()
  • getCustomReport()

All of those functions are really easy to use, self-explanatory and are deliverd with a big innitial comment, which explains all needed arguments and the return values.

This library is heavily based on AgenDAV simple-caldav-client-v2.php by Jorge López Pérez jorge@adobo.org which again is heavily based on DAViCal caldav-client-v2.php by Andrew McMillan andrew@mcmillan.net.nz. Actually, I hardly added any features. The main point of my work is to make everything straight forward and easy to use. You can use simpleCalDAV whithout a deeper understanding of the calDAV-protocol.

  1. Requirements

Requirements of this library are

  1. Installation

Just navigate into a directory on your server and execute git clone https://github.com/wvrzel/simpleCalDAV.git

Assure yourself that cURL is installed.

Import SimpleCalDAVClient.php in your code and you are ready to go ;-)

  1. How to get started

Read the comments in SimpleCalDAVClient.php and the example code.

  1. Example Code

Example code is provided under "/example code/".

统计信息

  • 总下载量: 54.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 21
  • 点击次数: 1
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 21
  • Watchers: 6
  • Forks: 60
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-12-01