Barca Production — Internal

90-Day Campaign
Schedule

Every post, render session, and analytics review — scheduled and ready to import into Google Calendar in one click.

68Total calendar events
30Content posts
13Render sessions
6Analytics reviews
Download .ics — Import to Google Calendar

Run the Python script with your chosen date to regenerate the .ics file, then re-download.

TikTok
Reels / Instagram
LinkedIn
YouTube Shorts
All Platforms
Render Session
Analytics Review
Phase Milestone
Phase 1 · Days 1–30
Earn Attention
Goal: 5K followers · 3 videos at 50K+ views · 500 email subs

Import to Google Calendar

1

Download the .ics file

Click "Download .ics" above. Save it anywhere on your computer — Downloads folder is fine.

2

Open Google Calendar

Go to calendar.google.com → click the gear icon ⚙️ → SettingsImport & Export

3

Import the file

Click Select file from your computer → choose barca-production-90day-campaign.ics → click Import

4

All 68 events appear instantly

Every post, render session, and analytics review shows up color-coded. Filter by calendar to focus.

5

Change start date?

Click "Change start date" above, pick your date, then run: python3 scripts/generate-calendar.py --start YYYY-MM-DD

6

Set up Sunday renders

Every Sunday 6pm event = your batch render block. Render the whole week in one 2-hour session. Stay ahead of schedule.

Regenerate with a different start date

# Default — starts June 9, 2026 python3 scripts/generate-calendar.py # Custom start date (any Monday recommended) python3 scripts/generate-calendar.py --start 2026-09-14 # Custom output path python3 scripts/generate-calendar.py --start 2026-09-14 --out my-schedule.ics