Skip to content

baireutherjonas/join_calendars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join multiple calendars into one

This is a small program to merge appointments of several calendars into one. The source calendars could be either ical or caldav calenders. The target calender is a caldav calender.

images

Setup

  • copy the config.dummy.json into a config.json file
  • insert the source and target calender data
  • install: sudo pip install caldav
  • start the script: python join_calendars.py

example of use

Running the script on a Raspberry Pi every night at 5:00am.

  1. cd ~
  2. clone the github repo git clone https://github.com/baireutherjonas/join_calendars.git
  3. go in the repo folder cd join_calendars
  4. copy the config file template cp config.dummy.json config.json
  5. insert your urls and data in the config.json file
  6. open the crontab editor crontab -e
  7. and insert the following row0 5 * * * python ~/join_calendars/join_calendars.py &

License

Apache 2.0

About

Join multiple calendars into one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages