~nova/sharepoint-ical

Sharepoint - iCal Bridge
c25f3161 — Novalinium 5 years ago
Initial release

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nova/sharepoint-ical
read/write
git@git.sr.ht:~nova/sharepoint-ical

You can also use your local clone with git send-email.

**ABOUT
sharepoint-ical is a vanilla Bash/Perl program for generating an iCal/vCal feed from a Sharepoint site calendar.
**USAGE
# Assuming a calendar at https://sharepoint.fully.qualified.domain.name/Workspace/Lists/Group/Calendar.aspx, this would be
export CALBASE=sharepoint.fully.qualified.domain.name
bash main.sh Workspace Calendar [Group]
**BUGS
It does not support all attributes, only those displayed on month pages, and uses regexes to parse HTML because dammit, it was faster.
 
================================================================================
 
                             PUBLIC DOMAIN NOTICE
                 National Center for Biotechnology Information
 
  This software is a "United States Government Work" under the terms of the
  United States Copyright Act.  It was written as part of the author's official
  duties as a United States Government employees and thus cannot be copyrighted. 
  This software is freely available to the public for use. The National Library
  of Medicine and the U.S. Government have not placed any restriction on its use
  or reproduction.
 
  Although all reasonable efforts have been taken to ensure the accuracy and
  reliability of this software, the NLM and the U.S. Government do not and
  cannot warrant the performance or results that may be obtained by using this
  software. The NLM and the U.S. Government disclaim all warranties, expressed
  or implied, including warranties of performance, merchantability or fitness
  for any particular purpose.
 
  Please cite NCBI in any work or product based on this material.
 
================================================================================