Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

generates iCal files with anniversary dates

NotificationsYou must be signed in to change notification settings

moul/vanitycal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate iCalendar files with anniversary events for important dates.

Installation

go install moul.io/vanitycal@latest

Usage

vanitycal -config events.toml -output calendar.icscat events.toml| vanitycal> calendar.ics

Configuration

# Optionaltimezone ="Europe/Paris"calendar_name ="VanityCal 💚"[anniversaries]years = [1,2,3,4,5,10,15,20,25,30,35,40,45,50]months = [1,2,3,6,9]days = [0,7,100,1000,10000]# 0 = D-Day# Events (use either date OR month_day, not both)# Anniversary events (past dates)[[events]]date ="2020-03-15"title ="Company Founded"description ="Optional description"# Future events (auto-detected, generates both countdown AND anniversaries)[[events]]date ="2025-06-20"title ="Product Launch"# Generates D-7, D-30, etc. AND 7d, 1y, etc.# Event filtering options[[events]]date ="2025-12-31"title ="Countdown Only"no_past =true# Only countdown events (D-7, D-30), no anniversaries[[events]]date ="2020-01-01"title ="Anniversary Only"no_future =true# Only past anniversaries (7d, 1y), no future events# Recurring annual events (no year)[[events]]month_day ="12-25"title ="Christmas"[[events]]month_day ="07-04"title ="Independence Day"

Examples

Seeexample.toml for a complete configuration example.

License

MIT

About

generates iCal files with anniversary dates

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp