All Projects → nikitastupin → prodcal_ics

nikitastupin / prodcal_ics

Licence: MIT license
Производственный календарь в формате ics

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to prodcal ics

datebook
📅 Generates URLs and downloadable ICS files for adding events to popular calendar apps.
Stars: ✭ 273 (+1086.96%)
Mutual labels:  calendar, google-calendar, ics
Fb2cal
Fetch Facebook Birthdays events and create an ICS file for use with calendar apps
Stars: ✭ 335 (+1356.52%)
Mutual labels:  calendar, google-calendar, ics
Daylight-Calendar-ICS
Daylight Calendar is a dynamically generated .ics calendar that you can host and subscribe to in Google Calendar, iCal, or other calendar software.
Stars: ✭ 22 (-4.35%)
Mutual labels:  calendar, google-calendar, ics
weather-calendar-feed
Display yr.no weather (supports the entire Earth) forecasts with highly customizable Event titles in your Google Calendar, Android phone, iPhone, Outlook or other iCalendar app
Stars: ✭ 16 (-30.43%)
Mutual labels:  calendar, google-calendar, ics
Phpcalfeed
A simple PHP script for providing calendar feeds for your website in a variety of different formats including iCalendar, RSS, JSON and XML.
Stars: ✭ 31 (+34.78%)
Mutual labels:  calendar, google-calendar
taskwarrior-syncall
Synchronization between Taskwarrior tasks and services such as Google Calendar, Notion and Google Keep. Formerly taskw_gcal_sync
Stars: ✭ 151 (+556.52%)
Mutual labels:  calendar, google-calendar
Calendar.vim
A calendar application for Vim
Stars: ✭ 1,675 (+7182.61%)
Mutual labels:  calendar, google-calendar
Mxlcalendarmanager
A set of classes used to parse and handle iCalendar (.ICS) files
Stars: ✭ 198 (+760.87%)
Mutual labels:  calendar, ics
Alfred Gcal
View Google Calendar events in Alfred
Stars: ✭ 147 (+539.13%)
Mutual labels:  calendar, google-calendar
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (+56.52%)
Mutual labels:  google-calendar, ics
aircal
Visualize Airflow's schedule by exporting future DAG runs as events to Google Calendar.
Stars: ✭ 66 (+186.96%)
Mutual labels:  calendar, google-calendar
every2cal
🙌에브리타임 캘린더를 ics파일로 바꿔줍니다
Stars: ✭ 33 (+43.48%)
Mutual labels:  calendar, ics
Ical
iCal-creator for PHP
Stars: ✭ 891 (+3773.91%)
Mutual labels:  calendar, ics
Laravel Google Calendar
Manage events on a Google Calendar
Stars: ✭ 787 (+3321.74%)
Mutual labels:  calendar, google-calendar
I3 Agenda
Show your next google calendar event in polybar or i3-bar
Stars: ✭ 62 (+169.57%)
Mutual labels:  calendar, google-calendar
Outlookcaldavsynchronizer
Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
Stars: ✭ 560 (+2334.78%)
Mutual labels:  calendar, google-calendar
Add Event To Calendar Docs
📅 Docs how to generate links to add events to online calendar services
Stars: ✭ 193 (+739.13%)
Mutual labels:  calendar, google-calendar
Ics
iCalendar (ics) file generator for node.js
Stars: ✭ 324 (+1308.7%)
Mutual labels:  calendar, ics
Ics Py
Pythonic and easy iCalendar library (rfc5545)
Stars: ✭ 322 (+1300%)
Mutual labels:  calendar, ics
ical
📅 Golang iCalendar lexer/parser implementing RFC 5545
Stars: ✭ 28 (+21.74%)
Mutual labels:  calendar, ics

Как использовать?

Ссылка на подписной календарь: https://prodcal.nikitastupin.com/prodcal.ics

Настройка подписного календаря на iOS

Шаг 1

Настройка подписного календаря на MacOS

В приложении Календарь: Файл -> Новая подписка на календарь... -> Ввести ссылку выше

Настройка подписного календаря в Android

Похоже через Google Calendar на телефоне не получится подписаться, поэтому смотри пункт Настройка подписного календаря в Google Calendar.

Настройка подписного календаря в Google Calendar

Переходим на calendar.google.com, выбираем Добавить по URL: Шаг 1

В поле URL календаря вводим https://prodcal.nikitastupin.com/prodcal.ics, нажимаем Добавить календарь:

Шаг 2

Все! :)

Как поднять у себя на сервере

  1. Установить необходимые модули для Python:
$ pip3 install -r requirements.txt
  1. Настроить автообновление календаря:
$ crontab -l
0 1 * * * python3 /home/ubuntu/prodcal_ics.py --start-year=2018 -o /home/ubuntu/www/prodcal.ics
  1. Отдавать файл любым сервером prodcal.ics (например, nginx)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].