|
Revision 25817, 387 bytes
(checked in by wtnabe, 4 years ago)
|
|
switched from @slide to @exmethod, and got to be able to bring forward the date
|
| Line | |
|---|
| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | dates: |
|---|
| 3 | # 雑誌発売予定表 |
|---|
| 4 | ical: 'http://www.google.com/calendar/ical/faf0aqn31ri6uhu9queoi51k94%40group.calendar.google.com/public/basic.ics' |
|---|
| 5 | atonce: 2 |
|---|
| 6 | exmethod: backload |
|---|
| 7 | members: |
|---|
| 8 | - foo |
|---|
| 9 | - bar |
|---|
| 10 | - baz |
|---|
| 11 | - hoge |
|---|
| 12 | - fuga |
|---|
| 13 | excludes: |
|---|
| 14 | # 日本の休日 |
|---|
| 15 | ical: 'http://www.google.com/calendar/ical/japanese%40holiday.calendar.google.com/public/basic.ics' |
|---|