ccs-calendarserver icon indicating copy to clipboard operation
ccs-calendarserver copied to clipboard

The Calendar and Contacts Server.

Results 53 ccs-calendarserver issues
Sort by recently updated
recently updated
newest added

./bin/develop uses an defunct FTP link to download cyrussasl. Here's a patch to fix this. The new path should be https://www.cyrusimap.org/releases/. diff --git a/bin/_build.sh b/bin/_build.sh index 83eba6ba8..0e3204c8d 100644 --- a/bin/_build.sh...

The iMIP message send by outbound.py uses 'plus addressing' for the reply-to field and the ORGANIZER field in the ics message. However, outlook.com / office365 clear the '+' sign in...

I was wondering if this calendarserver is a good choice for now and the coming years. Especially since apple is dropping more and more support for OS etc. And eg....

The configured TLS Keychain Identity (Keychain: org.calendarserver.test) cannot be used: Unable to use private key for Keychain identity: org.calendarserver.test - The operation couldn’t be completed. (Internal CSSM error error -2147416032...

Bumps [twisted](https://github.com/twisted/twisted) from 16.6.0 to 19.7.0. Changelog *Sourced from [twisted's changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst).* > Twisted 19.7.0 (2019-07-28) > =========================== > > Features > -------- > > - The callable argument to twisted.internet.task.deferLater()...

dependencies

I've ported Apple Calendar and Contacts Server to MacPorts. See https://github.com/macports/macports-ports/pull/4978 ccs-calendarserver does not provide a standard [GNU-like](https://www.gnu.org/prep/standards/html_node/DESTDIR.html)/compliant `DESTDIR` capability for staged installs. 1. `PREFIX` (or `--prefix`) tells the compiler...

Three configuration options are added to caldavd.plist to make this work: * SNIMode (BOOL): Whether to use SNI. If not, falls back to old SSL code. * SSLDir (STRING): Directory...

Can't get past this error. Latest python-cryptography already installed. Any ideas? ```x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -I/usr/local/CalendarServer/.develop/roots/PostgreSQL/include -I/usr/local/CalendarServer/.develop/roots/memcached/include -I/usr/local/CalendarServer/.develop/roots/libevent/include -fPIC -I/usr/include/python2.7...

Python 2.7 is EOL on January 1st, 2020, after which security upgrades will cease. And there are still [regular security patches](https://www.cvedetails.com/vulnerability-list/vendor_id-10210/product_id-18230/version_id-92056/Python-Python-2.7.html) to Python 2.7. This is also an issue for...

The correct download command at https://www.calendarserver.org should include the prefix `release/` in the branch name: ``` git clone -b release/CalendarServer-X.Y https://github.com/apple/ccs-calendarserver.git ``` E.g., ``` git clone -b release/CalendarServer-9.3 https://github.com/apple/ccs-calendarserver.git ```